From 5193ef1da6ea0d66de97d22817c258b203ade96a Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:21:56 +0100 Subject: [PATCH] ci: update buildx to latest Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7f5004..4270d6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ on: pull_request: env: - BUILDX_VERSION: v0.12.0-rc1 + BUILDX_VERSION: latest BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1 jobs: