Skip to content

Commit 231512f

Browse files
authored
Merge pull request #365 from metabrainz/amCap1712-patch-1
Use tag to set GIT_COMMIT_SHA
2 parents 7d05198 + e40a60b commit 231512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build and push Docker images
3131
uses: docker/build-push-action@v2.4.0
3232
with:
33-
build-args: GIT_COMMIT_SHA=${{ github.sha }}
33+
build-args: GIT_COMMIT_SHA=${{ steps.get_tag.outputs.TAG }}
3434
cache-from: metabrainz/metabrainz:cache
3535
cache-to: metabrainz/metabrainz:cache
3636
push: true

0 commit comments

Comments
 (0)