Separate build trigger for operator and bundle#823
Separate build trigger for operator and bundle#823yuumasato merged 1 commit intoopenshift:masterfrom
Conversation
Let's not build both images all the time. This leads to two snapshots whenever there is a build, and makes it a bit more difficult to find the correct one for release.
2ed1beb to
44c3e1e
Compare
|
@yuumasato: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Vincent056
left a comment
There was a problem hiding this comment.
could we use a different tag for the bundle image here
What is the motivation? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Vincent056, yuumasato The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Let's not build both images all the time.
This leads to two snapshots whenever there is a build, and makes it a bit more difficult to find the correct one for release.