Skip to content

Commit 2c8c9c6

Browse files
authored
Merge pull request #123 from crazy-max/update-buildx-buildkit
update buildkit 0.28.0 and buildx to 0.32.1
2 parents 4ddeefe + 4838005 commit 2c8c9c6

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.1"
150-
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
149+
BUILDX_VERSION: "v0.32.1"
150+
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0"
151151
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
152152
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
153153
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.76.0"

.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.1"
153-
BUILDKIT_IMAGE: "moby/buildkit:v0.27.1"
152+
BUILDX_VERSION: "v0.32.1"
153+
BUILDKIT_IMAGE: "moby/buildkit:v0.28.0"
154154
SBOM_IMAGE: "docker/buildkit-syft-scanner:1.10.0"
155155
BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65"
156156
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.76.0"

0 commit comments

Comments
 (0)