Fix container image publishing
Some checks failed
Build / build (push) Failing after 2m58s
Release Dry Run / release-dry-run (push) Successful in 1m21s
Template Compliance / compliance (push) Successful in 5s

This commit is contained in:
MrSphay
2026-05-15 04:34:55 +02:00
parent 296270b2c0
commit da7847e79e
9 changed files with 13 additions and 10 deletions

View File

@@ -4,6 +4,6 @@
- [ ] `docker compose up --build` starts app and Postgres.
- [ ] First setup works on a clean database.
- [ ] Gitea Actions are green.
- [ ] Container image `git.wilkensxl.de/MrSphay/watchlink:latest` is pushed and pull-tested.
- [ ] Container image `git.wilkensxl.de/mrsphay/watchlink:latest` is pushed and pull-tested.
- [ ] README and CHANGELOG are current.
- [ ] No `.env`, tokens, private keys, or local secrets are tracked.