containerdisks icon indicating copy to clipboard operation
containerdisks copied to clipboard

CI should run promote with dry run disabled

Open codingben opened this issue 11 months ago • 3 comments

CI is running promote stage in dry run, it means dry run is enabled and the actual code that is pushing the image to remote container registry is not executed. We should improve testing of it, and not use dry run in CI to test changes [1].

[1] https://github.com/kubevirt/containerdisks/blob/main/pipeline.sh#L13

codingben avatar Mar 28 '24 14:03 codingben