From c90426157dbe008f574a0e47bf94a5112a0c0ec6 Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Tue, 15 Nov 2022 21:00:35 -0500 Subject: [PATCH] Oops --- .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 211097ea..e54b5474 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Build docker image run: | docker buildx create --driver docker-container --use - bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="docker buildx build --platform ${{ inputs.docker-platform }} --cache-from=type=local,src=tmp/build-cache --cache-to=type=local,dest=tmp/build-cache-new --load" + bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="docker buildx build --platform ${{ matrix.docker-platform }} --cache-from=type=local,src=tmp/build-cache --cache-to=type=local,dest=tmp/build-cache-new --load" - name: Move build cache and remove outdated layers run: |