-
Notifications
You must be signed in to change notification settings - Fork 4
Checkout PR ref when creating mirror images #169
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,6 +25,7 @@ jobs: | |
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | ||
| with: | ||
| path: dd-trace-java-docker-build | ||
| ref: refs/pull/${{ github.event.inputs.pr_number }}/merge | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just thinking if we really need this?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
We'd only produce one extra one-time-use image (for the new variant) in the same group that gets deleted with the other test CI images 🤔 - which reminds me to apply this to the delete workflow too. The changes don't add any permanent images or additional workflows. The I think it makes more sense to be updating the
This comment explains why we should stick to two separate workflows. |
||
|
|
||
| - name: Checkout DataDog/images | ||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.