mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
build: update semantic-release to use proper arg for git sha (#3075)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user