ci: publish docker image for system tests#4013
Conversation
|
c7decf8 to
5894a60
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c7decf82b6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
"publish docker image for system tests" |
I just recently learned that https://github.com/DataDog/public-images exists, could this do the syncing of the image for us? |
|
@realFlowControl I didn't know |
Description
Adds a CI job at
dd-trace-php/.gitlab/generate-package.phpwhich pushes the build to github's container registry (similarly to what already exists for prod builds). This is necessary to enableLIBRARY_TARGET_BRANCHto work for the PHP target inutils/scripts/load-binary.sh. (mimicking what already exists for dd-trace-dotnet)The endgoal is to have DataDog/system-tests#7209 picking up the right branch
Reviewer checklist