Document registry publish blocker
Some checks failed
Build / build (push) Failing after 1m24s
Release Dry Run / release-dry-run (push) Successful in 1m28s
Template Compliance / compliance (push) Failing after 25s

This commit is contained in:
MrSphay
2026-05-15 04:46:00 +02:00
parent 93a858172e
commit abc9060a16

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.
- Poll Gitea Actions after the next push once API token access is fixed.
- Local Docker is still unavailable in this Codex environment, but Gitea Actions can build the image.
- Docker publish is blocked by registry authorization. Tracked as Gitea issue #1: `REGISTRY_TOKEN` needs package/container write permission.