Skip to content

Commit 22be4f8

Browse files
committed
workflows: fix release image display digest step
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>
1 parent efe39f0 commit 22be4f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-images-releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- name: Release Build ${{ matrix.name }}
6363
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
6464
id: docker_build_release
65+
env:
66+
DOCKER_BUILD_RECORD_UPLOAD: false
6567
with:
6668
provenance: false
6769
context: .

0 commit comments

Comments
 (0)