build: update semantic-release to use proper arg for git sha (#3075)

This commit is contained in:
Mackenzie
2022-10-18 18:18:48 -05:00
committed by GitHub
parent 500cd1f872
commit 76260f9b22

View File

@@ -224,7 +224,7 @@
{ {
"path": "semantic-release-docker-buildx", "path": "semantic-release-docker-buildx",
"buildArgs": { "buildArgs": {
"COMMIT_TAG": "$GITHUB_SHA" "COMMIT_TAG": "$GIT_SHA"
}, },
"imageNames": [ "imageNames": [
"sctx/overseerr", "sctx/overseerr",