Skip to content

Commit e788909

Browse files
committed
update actions-toolkit to 0.81.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent e8de564 commit e788909

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
@@ -150,7 +150,7 @@ env:
150150
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"
153-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.80.0"
153+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.81.0"
154154
COSIGN_VERSION: "v3.0.2"
155155
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
156156
MATRIX_SIZE_LIMIT: "20"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ env:
153153
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"
156-
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.80.0"
156+
DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.81.0"
157157
COSIGN_VERSION: "v3.0.2"
158158
LOCAL_EXPORT_DIR: "/tmp/buildx-output"
159159
MATRIX_SIZE_LIMIT: "20"

0 commit comments

Comments
 (0)