docs(image-build): document private pull capability
Authored-By: Codex (GPT-5) <noreply@openai.com>
This commit is contained in:
+5
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user