From 622d5b65dc8fa4eba94d255b11597f3738eab630 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:56:17 +0100 Subject: [PATCH] test @sigstore/sign 4.1.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 7c94bfb..06603f8 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -125,7 +125,7 @@ on: env: BUILDX_VERSION: "v0.30.1" BUILDKIT_IMAGE: "moby/buildkit:v0.26.2" - DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0" + DOCKER_ACTIONS_TOOLKIT_MODULE: "git+https://github.com/crazy-max/docker-actions-toolkit.git#update-sigstore-sign2" COSIGN_VERSION: "v3.0.2" LOCAL_EXPORT_DIR: "/tmp/buildx-output" MATRIX_SIZE_LIMIT: "20" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c69f57..256a2ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,7 +132,7 @@ on: env: BUILDX_VERSION: "v0.30.1" BUILDKIT_IMAGE: "moby/buildkit:v0.26.2" - DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.71.0" + DOCKER_ACTIONS_TOOLKIT_MODULE: "git+https://github.com/crazy-max/docker-actions-toolkit.git#update-sigstore-sign2" COSIGN_VERSION: "v3.0.2" LOCAL_EXPORT_DIR: "/tmp/buildx-output" MATRIX_SIZE_LIMIT: "20"