uds publish <ocipath> --version
does not completely honor the tag override
#1008
Labels
possible-bug
Something may not be working
Environment
App version: v0.18.0
Steps to reproduce
uds publish <ociPath> --version 0.0.1-test
Expected result
One artifact tagged with the
--version
override of0.0.1-test
Actual Result
Two artifacts - one tagged with the version metadata from inside the bundle and one tagged with the version override
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
This is something that deliver and others requested in August, as many of us had been overriding the version by using
sed
oryq
on theuds-bundle.yaml
file in pipelines prior to running theuds create
command. This prevents us from inadvertently overwriting production releases that have the same version. Technically there's a workaround, but this is very inconvenient.Tag overrides were originally requested in #888
The text was updated successfully, but these errors were encountered: