-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement updating of image tags
Before this change there was no way to rerun a release pipeline with the intention of changing some tags - the create_container_image would detect that the image already exists in Pyxis and has the required repository defined and it would stop right there. Now this scenario is supported - if the image already exists and it includes the required repository, we check if the tags are the same. If not, we update them to the desired list of tags. Signed-off-by: Martin Malina <[email protected]>
- Loading branch information
Showing
2 changed files
with
136 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.