We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d05198 + e40a60b commit 231512fCopy full SHA for 231512f
.github/workflows/deploy-image.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build and push Docker images
31
uses: docker/build-push-action@v2.4.0
32
with:
33
- build-args: GIT_COMMIT_SHA=${{ github.sha }}
+ build-args: GIT_COMMIT_SHA=${{ steps.get_tag.outputs.TAG }}
34
cache-from: metabrainz/metabrainz:cache
35
cache-to: metabrainz/metabrainz:cache
36
push: true
0 commit comments