Skip to content

Commit 0bf2b16

Browse files
authored
Merge pull request #95 from crazy-max/update-buildx-buildkit
update buildkit 0.27.1 and buildx to 0.31.1
2 parents 89bcca0 + 220fa84 commit 0bf2b16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ on:
146146
value: ${{ jobs.finalize.outputs.signed }}
147147

148148
env:
149-
BUILDX_VERSION: "v0.31.0"
150-
BUILDKIT_IMAGE: "moby/buildkit:v0.27.0"
149+
BUILDX_VERSION: "v0.31.1"
150+
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
151151
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
152152
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56"
153153
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/[email protected]"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ on:
149149
value: ${{ jobs.finalize.outputs.signed }}
150150

151151
env:
152-
BUILDX_VERSION: "v0.31.0"
153-
BUILDKIT_IMAGE: "moby/buildkit:v0.27.0"
152+
BUILDX_VERSION: "v0.31.1"
153+
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
154154
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
155155
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.0.4-56"
156156
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/[email protected]"

0 commit comments

Comments
 (0)