Skip to content

Commit

Permalink
fix(CI): Use build.sh for building the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
iljabvh committed Mar 28, 2024
1 parent 7f137fb commit 553a1a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
with:
go-version: '1.21'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Build Docker Image
run: make build-docker
- name: Build Docker Image using build.sh
run: |
chmod +x ./testdata/docker/build.sh
./testdata/docker/build.sh
- name: Run quickstart.sh script
Expand Down

0 comments on commit 553a1a2

Please sign in to comment.