Skip to content

Commit ff3b622

Browse files
committed
use master buildkit while waiting for signed gha cache released
Signed-off-by: CrazyMax <[email protected]>
1 parent b2ac6e2 commit ff3b622

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: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available
142142
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/[email protected]"
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: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89" # TODO: pin to a specific version when signed gha cache feature is available
149149
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/[email protected]"
150150
COSIGN_VERSION: "v3.0.2"
151151
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

0 commit comments

Comments
 (0)