From f1a5a3ec50fc4ebdc2e0a1457e5354d6b7002f8a 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 --- .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 c5a81ee7..46d6c87a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,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"