3rd attempt: Add support for setting tags after push#35
3rd attempt: Add support for setting tags after push#35jtojnar wants to merge 1 commit intocloudsmith-io:masterfrom
Conversation
Passing `--tags` in extra argument does not work for `version:latest` for some reason so we need to do that in a separate step.
|
Thanks for your quick follow-up here. I've created an internal ticket to review and merge this, as well as improve our testing here so we don't accidentally regress other functionality again. |
|
This has been implemented in latest version |
|
Does it actually work with I guess there is/was some hook updating |
Passing
--tagsin extra argument does not work forversion:latestfor some reason so we need to do that in a separate step.Fixes: #16
What's Changed
Incorporates fixes from #31 (but properly escaped) and #33 (without the CI change, since that requires credentials contributors won’t have).