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

pull/3087/head
Mackenzie 2 years ago committed by GitHub
parent 500cd1f872
commit 76260f9b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save