docs(image-build): document private pull capability

Authored-By: Codex (GPT-5) <noreply@openai.com>
This commit is contained in:
Dave Kowalski
2026-08-26 13:23:04 +00:00
parent ffb1af3553
commit e20e59ad0d
2 changed files with 13 additions and 8 deletions
+5 -4
View File
@@ -37,10 +37,11 @@ inputs:
default: ''
token:
description: |
ci-bot token (CI_BOT_TOKEN) for `docker login code.fritzlab.net`. Required
when the Dockerfile's FROM is a PRIVATE fritzlab image (e.g. FROM
code.fritzlab.net/fritzlab/base) — the org is `limited`, so buildx can't pull
it anonymously. Omit for public-base builds (e.g. base itself = FROM debian).
Registry token with `read:package` capability for
`docker login code.fritzlab.net`. Required when the Dockerfile's FROM is a
PRIVATE fritzlab image (e.g. FROM code.fritzlab.net/fritzlab/base) — the
org is `limited`, so buildx can't pull it anonymously. Omit for public-base
builds (e.g. base itself = FROM debian).
required: false
default: ''
outputs: