Skip to content

Commit

Permalink
Merge pull request #385 from onflow/gregor/hardcode-ver
Browse files Browse the repository at this point in the history
Fix verison workaround
  • Loading branch information
sideninja authored Jul 25, 2024
2 parents 41f611d + 80112d0 commit 0c8ca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Docker Auth
run: |-
gcloud auth configure-docker ${{ vars.GAR_LOCATION }}-docker.pkg.dev
docker build -t ${{ env.DOCKER_IMAGE_URL }} --build-arg GATEWAY_VERSION=$(git describe --tags --abbrev=0 2>/dev/null) --file Dockerfile .
docker build -t ${{ env.DOCKER_IMAGE_URL }} --build-arg GATEWAY_VERSION="v0.25.0" --file Dockerfile .
docker push ${{ env.DOCKER_IMAGE_URL }}

0 comments on commit 0c8ca9a

Please sign in to comment.