add(ci): pull and recreate the wordarr container after a successful push
Build image / image (push) Failing after 0s

This commit is contained in:
Steppenstreuner
2026-09-01 18:12:22 +02:00
parent 6493d15c52
commit e22eded2bf
2 changed files with 29 additions and 5 deletions
+3 -1
View File
@@ -42,7 +42,9 @@ between them and remembers the choice. Without one, the browser language decides
builds and pushes `gitea.steppencloud.de/admin/wordarr` as `:latest` and
`:<short sha>`, passing that sha as `WORDARR_BUILD`. It logs in with
`REGISTRY_TOKEN` if the secret exists, otherwise with the runner's own
`GITEA_TOKEN`. Rolling the new image out stays a manual step (dockhand).
`GITEA_TOKEN`. The last step pulls the fresh image on the host and recreates
just the wordarr container of the arr stack, so the version in the header is the
commit that was pushed.
## Usage