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

@@ -15,5 +15,5 @@ Initial implementation created from `codex-agent-repository-kit` guidance.
- Confirm repository visibility in Gitea and set `MrSphay/WatchLink` to public if it is still private. API verification was blocked by `GITEA_TOKEN` returning 401.
- Run `npm install`, `npm run typecheck`, `npm run test`, and `npm run build` once npm is available.
- Build and push `git.wilkensxl.de/MrSphay/watchlink:latest` once Docker is available.
- Build and push `git.wilkensxl.de/mrsphay/watchlink:latest` once Docker is available.
- Poll Gitea Actions after the next push once API token access is fixed.