feat: status checker to prompt users to reload their frontend when app version changes

This commit is contained in:
sct
2020-12-27 10:05:54 +00:00
parent 1438b08cf0
commit 75a426437a
7 changed files with 103 additions and 11 deletions

View File

@@ -171,7 +171,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "docker build -t sctx/overseerr ."
"prepareCmd": "docker build --build-arg COMMIT_TAG=$GITHUB_SHA -t sctx/overseerr ."
}
],
"semantic-release-docker",