From 28af3ee8ff2f7dcc35de10ddbaf13184de2a8ae2 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:47:14 +0100 Subject: [PATCH] ci: update buildx to edge and buildkit to latest Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2fb79a..a85e9fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ on: - 'subaction/**' env: - BUILDX_VERSION: latest - BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1 + BUILDX_VERSION: edge + BUILDKIT_IMAGE: moby/buildkit:latest jobs: bake: @@ -659,7 +659,7 @@ jobs: fail-fast: false matrix: buildx-version: - - latest + - edge - v0.14.1 steps: - @@ -711,7 +711,8 @@ jobs: fail-fast: false matrix: buildx-version: - - v0.19.0-rc2 + - edge + - v0.19.0 - v0.18.0 - v0.17.1 steps: