Skip to content

Commit cd6b852

Browse files
committed
wip: use buildkit test image
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent a51efb9 commit cd6b852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ on:
138138

139139
env:
140140
BUILDX_VERSION: "v0.30.1"
141-
BUILDKIT_IMAGE: "moby/buildkit:v0.26.2"
141+
BUILDKIT_IMAGE: "crazymax/buildkit:6397"
142142
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0"
143143
COSIGN_VERSION: "v3.0.2"
144144
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ on:
145145

146146
env:
147147
BUILDX_VERSION: "v0.30.1"
148-
BUILDKIT_IMAGE: "moby/buildkit:v0.26.2"
148+
BUILDKIT_IMAGE: "crazymax/buildkit:6397"
149149
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0"
150150
COSIGN_VERSION: "v3.0.2"
151151
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

0 commit comments

Comments
 (0)