Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing shift in CI image push script
In the PR to add a UBI based image (#1927), we added a new argument to the `tag_and_push` function in our Docker image push step for CI. However, this addition neglected to shift the remaining arguments. This lead the function to interpret the source image in the list of image targets to push to, leading to a malformed image reference.
- Loading branch information