Skip to content

Commit

Permalink
Use tag to set GIT_COMMIT_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 authored Jun 8, 2021
1 parent 00c4e3e commit a808e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v2.4.0
with:
build-args: GIT_COMMIT_SHA=${{ github.sha }}
build-args: GIT_COMMIT_SHA=${{ steps.get_tag.outputs.TAG }}
cache-from: metabrainz/critiquebrainz:cache
cache-to: metabrainz/critiquebrainz:cache
push: true
Expand Down

0 comments on commit a808e47

Please sign in to comment.