-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Deliver Container Image" doesn't reflect the custom-tag #87
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/lifecycle frozen |
Describe the bug
Sometimes I have to use the "Deliver Container Image" issue template to trigger a build pipeline which failed on release, like recently with the PSI issues... The problem is that when I trigger the "Deliver Container Image" build with the newest tag in the repo, the
custom-tag
is not respected and is kept outdated, while the version tag image is updated properly.To Reproduce
Steps to reproduce the behavior:
custom-tag
in.aicoe.yaml
v1.0.0
v1.0.0
v1.0.0
image is updated, while the image with thecustom-tag
is left outdated.Expected behavior
If triggered on the latest release tag, update the
custom-tag
image pointer as well.Additional context
When it happened to me. A this time the
v3.2.0
is the latest release and.aicoe.yaml
has setcustom-tag: latest
aicoe-aiops/sync-pipelines#60
The text was updated successfully, but these errors were encountered: