Uh oh!
There was an error while loading. Please reload this page.
add meta-labels input - #256
Conversation
crazy-max
commented
Jul 17, 2026
Thanks for looking into this. I think the fix should go the other way. The build workflow already exposes Adding I opened #257 with the corrected change. It removes the stale build pass-throughs and adds test for build using |
svix-jbrown
commented
Jul 17, 2026
does |
crazy-max
commented
Jul 17, 2026
Yes indeed, build and bake are not perfectly consistent here. The split comes from the underlying builders. So I don't think adding only We can revisit the API symmetry in a follow-up, where we could deprecate or remove |
svix-jbrown
commented
Jul 17, 2026
That doesn't leave any current way for anyone to apply labels whose configuration relies on the handlebars interpolation by metadata-action, though. |
crazy-max
commented
Jul 18, 2026
Yes as said in previous comment this will be done as follow-up:
|
Based on the discussion on docker/github-builder#256 and docker/github-builder#257, I think this is the preferred path forward
This adds a
meta-labelsinput which is passed to docker/metadata-action. In fact, the workflows already expects such an input to exist, and is just passing the empty string.This differs from the existing
input.labelsbecause it uses the template expansion on labels performed in docker/metadata-action.Fixes#255