Skip to content

Commit e875129

Browse files
authored
Merge pull request #41 from crazy-max/buildkit-0.26.2
update buildkit to 0.26.2
2 parents 4b37ad6 + 70e8c7e commit e875129

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
@@ -135,7 +135,7 @@ on:
135135

136136
env:
137137
BUILDX_VERSION: "v0.30.1"
138-
BUILDKIT_IMAGE: "moby/buildkit:v0.26.1"
138+
BUILDKIT_IMAGE: "moby/buildkit:v0.26.2"
139139
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.67.0"
140140
COSIGN_VERSION: "v3.0.2"
141141
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

.github/workflows/build.yml

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

147147
env:
148148
BUILDX_VERSION: "v0.30.1"
149-
BUILDKIT_IMAGE: "moby/buildkit:v0.26.1"
149+
BUILDKIT_IMAGE: "moby/buildkit:v0.26.2"
150150
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.67.0"
151151
COSIGN_VERSION: "v3.0.2"
152152
LOCAL_EXPORT_DIR: "/tmp/buildx-output"

0 commit comments

Comments
 (0)