From c960d16da5c7fbb2fafbe6276fa345f3fdcd3ecb Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 30 Jan 2023 22:13:27 +0100 Subject: [PATCH] ci: update buildx and buildkit to latest Signed-off-by: CrazyMax (cherry picked from commit f1a5a3ec50fc4ebdc2e0a1457e5354d6b7002f8a) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e369646..d9d1d871 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,8 @@ on: - 'docs/**' env: - BUILDX_VERSION: "v0.10.0" - BUILDKIT_IMAGE: "moby/buildkit:v0.11.1" + BUILDX_VERSION: "latest" + BUILDKIT_IMAGE: "moby/buildkit:latest" REPO_SLUG: "docker/buildx-bin" DESTDIR: "./bin"