Skip to content

bake: allow the default target input to apply - #275

Merged
crazy-max merged 1 commit into
docker:mainfrom
crazy-max:fix-bake-target-default-required
Aug 6, 2026
Merged

bake: allow the default target input to apply#275
crazy-max merged 1 commit into
docker:mainfrom
crazy-max:fix-bake-target-default-required

Conversation

@crazy-max

Copy link
Copy Markdown
Member

The bake workflow declared target as required while also setting default: default. GitHub Actions never uses a default for a required workflow_call input, so make target optional to match the documented default behavior.

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max
crazy-max requested a review from a teamAugust 6, 2026 09:36
@crazy-max
crazy-max requested a review from a team as a code ownerAugust 6, 2026 09:36
@crazy-max
crazy-max merged commit a39c93c into docker:mainAug 6, 2026
113 checks passed
@crazy-max
crazy-max deleted the fix-bake-target-default-required branch August 6, 2026 10:07
Sign up for freeto 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.

2 participants

@crazy-max@vvoland