From 9fbceb8b5060e7915aec76c5222888469df1e789 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 7 Jan 2025 17:04:47 +0100 Subject: [PATCH] use buildx for all builds --- .github/workflows/build-test-images.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test-images.yml b/.github/workflows/build-test-images.yml index 382b3e8..7e4130b 100644 --- a/.github/workflows/build-test-images.yml +++ b/.github/workflows/build-test-images.yml @@ -66,7 +66,7 @@ jobs: - name: Build & Push all dev images run: | cd circleci/images - make push-${{ matrix.command }}-${{ matrix.pgversion }} + BUILDX_BUILDER=${{ steps.buildx.outputs.name }} make push-${{ matrix.command }}-${{ matrix.pgversion }} build_dev_images_shared: if: github.ref_name != 'master' @@ -95,7 +95,6 @@ jobs: id: buildx with: version: v0.18.0 - install: true - name: list buildx version (again) run: |