From e97ef3b0d366d1e8b1340f3b5d5a8f8dc83538eb Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 3 Jan 2026 08:21:58 +1100 Subject: [PATCH] setup-buildx-action no longer needs install --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a68d94..83cb407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f - with: - install: true - name: Build Docker image and store in cache uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83