Skip to content

Commit 4237a69

Browse files
committed
update buildx to 0.31.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 478a43d commit 4237a69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ on:
142142
value: ${{ jobs.finalize.outputs.signed }}
143143

144144
env:
145-
BUILDX_VERSION: "v0.30.1"
145+
BUILDX_VERSION: "v0.31.0"
146146
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available
147147
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
148148
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ on:
149149
value: ${{ jobs.finalize.outputs.signed }}
150150

151151
env:
152-
BUILDX_VERSION: "v0.30.1"
152+
BUILDX_VERSION: "v0.31.0"
153153
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available
154154
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
155155
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56"

0 commit comments

Comments
 (0)