workflows: fix release image display digest step#4233
Conversation
|
What about setting the
https://github.com/docker/build-push-action?tab=readme-ov-file#environment-variables Perhaps even EDIT: either case, we could just set them as repository-wide envs and we should be good to go, without touching any workflow. |
oh this is what I was looking for but in the args not in the env variables |
Docker build push action thought it was a good idea to add a build summary and uploading artifacts that can't be downloaded via the GitHub actions/download-artifact so we need to adapt each of our workflows. See https://github.com/docker/build-push-action?tab=readme-ov-file#summaries and actions/toolkit#1874. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
0b00682 to
22be4f8
Compare
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
You're right, I set up the DOCKER_BUILD_RECORD_UPLOAD variable repository wide |
|
lol it didn't work I wonder why https://github.com/cilium/tetragon/actions/runs/18725426276/job/53410703924 |
I did not expect anything different 🤣 EDIT: it just checks |
Docker build push action thought it was a good idea to add a build summary and uploading artifacts that can't be downloaded via the GitHub actions/download-artifact so we need to adapt each of our workflows.
See https://github.com/docker/build-push-action?tab=readme-ov-file#summaries and actions/toolkit#1874.