From 881338a5daf60e785e59884024c00469d44783db Mon Sep 17 00:00:00 2001 From: Nusa Date: Mon, 3 Mar 2025 16:02:48 +0100 Subject: [PATCH] Update ci.yml fixing error bake-action version is not compat with buildx --- .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 c6dd971..b237444 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build Docker images - uses: docker/bake-action@v4 + uses: docker/bake-action@v5 with: pull: true load: true