Skip to content

Pass bake-action a comma-separated target list - #75

Merged
sethforprivacy merged 1 commit into
mainfrom
ci/images-bake-targets-list
Sep 8, 2026
Merged

Pass bake-action a comma-separated target list#75
sethforprivacy merged 1 commit into
mainfrom
ci/images-bake-targets-list

Conversation

@sethforprivacy

Copy link
Copy Markdown
Owner

bake-action splits its targets input on commas and newlines only, so the space-joined list from the derive step arrives as one nonexistent target and bake fails with failed to find target. Reproduced locally by the upstream-fixture work with buildx bake --print; the run triggered by #74 hits this.

🤖 Generated with Claude Code

bake-action splits targets on commas and newlines only; the space-joined
list arrived as a single nonexistent target.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@sethforprivacy
sethforprivacy merged commit e739bce into main Sep 8, 2026
5 of 6 checks passed
@sethforprivacy
sethforprivacy deleted the ci/images-bake-targets-list branch September 8, 2026 14:58
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.

1 participant