From abc9060a16fef292e468192621773a8aa766ebd0 Mon Sep 17 00:00:00 2001 From: MrSphay Date: Fri, 15 May 2026 04:46:00 +0200 Subject: [PATCH] Document registry publish blocker --- docs/agent-handoff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/agent-handoff.md b/docs/agent-handoff.md index 5bb4ae4..a1919b7 100644 --- a/docs/agent-handoff.md +++ b/docs/agent-handoff.md @@ -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.