From 4b7134da02bafac82748fe5c77be6761598ef3a9 Mon Sep 17 00:00:00 2001 From: "docker-ghbuilder[bot]" <260818406+docker-ghbuilder[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:25:01 +0000 Subject: [PATCH] chore(deps): update BuildKit image to v0.30.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@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 bad88d8..1083f78 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -158,7 +158,7 @@ on: env: BUILDX_VERSION: "v0.34.0" - BUILDKIT_IMAGE: "moby/buildkit:v0.29.0" + BUILDKIT_IMAGE: "moby/buildkit:v0.30.0" SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65" DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.90.0" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da1ed29..976f6e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ on: env: BUILDX_VERSION: "v0.34.0" - BUILDKIT_IMAGE: "moby/buildkit:v0.29.0" + BUILDKIT_IMAGE: "moby/buildkit:v0.30.0" SBOM_IMAGE: "docker/buildkit-syft-scanner:1.11.0" BINFMT_IMAGE: "tonistiigi/binfmt:qemu-v10.2.1-65" DOCKER_ACTIONS_TOOLKIT_MODULE: "@docker/actions-toolkit@0.90.0"