From 703a1d1973dc0a77e498c1e32f101f830da2a3a3 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:37:20 +0100 Subject: [PATCH] ci(test): use buildx edge releases Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9881e7c9..f7352145 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ on: env: NODE_VERSION: "20" - BUILDX_VERSION: "v0.19.3" + BUILDX_VERSION: "edge" BUILDKIT_IMAGE: "moby/buildkit:v0.18.2" jobs: