kubevirt / kubevirt-tekton-tasks

VM specific tasks for Tekton Pipelines
Apache License 2.0
31 stars 34 forks source link

disk uploader should validate container registry credentials #545

Open codingben opened 3 weeks ago

codingben commented 3 weeks ago

Currently the container registry credentials are checked at the push stage which is at the end of the process, and instead it should validate them at the beginning of the process (before downloading and uploading disk images).