You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #415, the buildpacks task will be updated to use the creator binary. That allows users to add additional tags to the image by passing though -tag <TAG>. I would expect you to be able to pass TAGS to the buildpacks task, and it would work.
Actual Behavior
It doesn't work.
Additional Info
I spiked in working on this, but I found it non-trivial. Doing it in a good fashion (allowing users to say TAG: latest this-tag use-this-image) proves a bit difficult, because every one of those needs to be prefaced with -tag=), and when I tried to use it as an input to the create step, it gave me grief because it read it as an additional parameter to the task, instead of an argument.
Clone from tektoncd/catalog#423
The text was updated successfully, but these errors were encountered: