Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/54c628cc91fbb262661e40b97b416f605c20e277 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

pull/3743/head
Mackenzie 3 years ago committed by Mike Kao
parent a21da8b576
commit 54c628cc91

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

Loading…
Cancel
Save