-
Notifications
You must be signed in to change notification settings - Fork 62
Update workflow to publish to GHCR on PR tests #459
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
Conversation
4271c54 to
f18f947
Compare
|
/ok to test f18f947 |
f18f947 to
c786afd
Compare
| - release-* | ||
| push: | ||
| branches: | ||
| - "pull-request/[0-9]+" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we align the entire on block with what we have in other repos? For example https://github.com/NVIDIA/gpu-operator/blob/ee9210bbb64a1c6a01ac67f2d592210c6934a09f/.github/workflows/ci.yaml#L17-L22.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a strong opinion here, but I lean towards using a config that already works in other projects. I want to make sure the workflow status from the pull-request/[0-9]* branches is reported back to the original PRs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. I can try that out.
Signed-off-by: agadiyar <[email protected]>
c786afd to
4469653
Compare
|
/ok to test 4469653 |
This appeared to trigger the workflow and the status of the worklfow is viewable from this PR. |
No description provided.