-
Notifications
You must be signed in to change notification settings - Fork 104
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
fix(ti-community-infra/prow): fix image building jobs #2996
Conversation
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Based on the pull request title and description, it seems that the changes are made to fix image building jobs in the However, there are some potential problems I noticed in this pull request. Firstly, the To fix these issues, the - run_if_changed: '^(\.ko\.yaml|hack/(make-rules|prowimagebuilder))|.+\.go'
+ run_if_changed: '^(\.ko\.yaml|hack/(make-rules|prowimagebuilder)|.+\.go)' And the - - make
- - -C
- - prow
+ - make build-images REGISTRY=ticommunityinfra This will ensure that the correct directory is used and the images are built with the correct registry. |
Key Changes:
Potential Problems:
Fixing Suggestions:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo 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 |
Signed-off-by: wuhuizuo wuhuizuo@126.com