Skip to content

Commit

Permalink
Merge pull request #388 from onflow/update-build-workflow
Browse files Browse the repository at this point in the history
Revert "bug, hardcode version"
  • Loading branch information
sideninja authored Jul 30, 2024
2 parents f83b774 + 0b6cdb3 commit 61d5c2c
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="v0.25.0" --file Dockerfile .
docker build -t ${{ env.DOCKER_IMAGE_URL }} --build-arg GATEWAY_VERSION=$(git describe --tags --abbrev=0 2>/dev/null) --file Dockerfile .
docker push ${{ env.DOCKER_IMAGE_URL }}

0 comments on commit 61d5c2c

Please sign in to comment.