Skip to content

feat(ci): add optional cargo-registry-token secret to reusable docker build#167

Merged
BryanFRD merged 1 commit into
mainfrom
feat/reusable-docker-cargo-registry-secret
Jul 16, 2026
Merged

feat(ci): add optional cargo-registry-token secret to reusable docker build#167
BryanFRD merged 1 commit into
mainfrom
feat/reusable-docker-cargo-registry-secret

Conversation

@BryanFRD

Copy link
Copy Markdown
Contributor

Closes #166

Adds an optional cargo-registry-token secret to reusable-docker-build.yml, mounted as a second buildah secret (id=cargo-registry-token) alongside packages-read. Needed by FerrFleet-Cloud#319, whose api image fetches both git-based and Kellnr registry-based Kit crates in one build. Also corrects the packages-read description: buildah rejects the env= key on secret mounts, the supported pattern is reading /run/secrets/<id>.

@BryanFRD
BryanFRD merged commit 2294da4 into main Jul 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

reusable-docker-build: support a second secret for the private cargo registry

1 participant