Use registry token for image publishing
Some checks failed
Build / test (push) Successful in 11s
Build / container (push) Failing after 23s

This commit is contained in:
MrSphay
2026-05-14 17:48:16 +02:00
parent f3608568a0
commit ae098261ef
3 changed files with 18 additions and 2 deletions

View File

@@ -64,6 +64,20 @@ services:
If your Dockge stacks directory is not `/opt/stacks`, change both the host-side volume path and `STACKS_DIR`.
The Gitea workflow publishes this image to the registry:
```text
git.wilkensxl.de/mrsphay/dockge-image-update-checker:latest
```
Repository secret required for publishing:
```text
REGISTRY_TOKEN
```
`REGISTRY_TOKEN` must be a Gitea access token for `MrSphay` with package write access.
For local development you can still build from source:
```yaml