-
Notifications
You must be signed in to change notification settings - Fork 34
[1.2.x] ci: Fix image repo location when pushing operator images #124
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
[1.2.x] ci: Fix image repo location when pushing operator images #124
Conversation
|
LGTM but did you check if other actions or scripts (like the makefile) are also still using |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gazarenkov, nickboldt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yes, I checked that, and it should be fine. These are the remaining occurrences of |
Description
The nightly Workflow passes but with a warning on 1.2.x about a missing
quay.io/rhdh-community/operator:0.2.3image tag. Example: https://github.com/redhat-developer/rhdh-operator/actions/runs/10624194874These warnings can be expected since CI tags purposely expire after a few weeks. But in this specific case, we should have recent image builds from the 1.2.x branch because that branch has been updated recently.
It looks like the job building and pushing that image on 1.2.x did not pass: https://github.com/redhat-developer/rhdh-operator/actions/runs/10620716428/job/29441095997
Which issue(s) does this PR fix or relate to
PR acceptance criteria
rhdh-operator.csv.yamlfile accordinglyHow to test changes / Special notes to the reviewer
—
/cc @nickboldt