From 75b8294a5c996a45c74bff5f1bf515a2cade1f99 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:11:43 -0500 Subject: [PATCH] Add buildcache --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44360c3dfd..70c88980ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,8 +207,8 @@ jobs: - name: Build Docker image uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: - cache-from: type=registry,ref=${{ steps.image-name.outputs.name }} - cache-to: type=inline + cache-from: type=registry,ref=${{ steps.image-name.outputs.name }}-buildcache + cache-to: type=registry,ref=${{ steps.image-name.outputs.name }}-buildcache,mode=max context: . file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile platforms: |