diff options
| author | Max Isom <[email protected]> | 2022-02-11 21:13:17 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-02-11 21:13:17 -0500 |
| commit | da3219d3b953b98d22d477ab8f71bdf0f8fccca3 (patch) | |
| tree | d6957fa53034a00f32ccede91896e0c4882e6f7e /.github/workflows/pr.yml | |
| parent | 3760b36acdf6de294565e8b2b6d522f15b6f0787 (diff) | |
| download | muse-da3219d3b953b98d22d477ab8f71bdf0f8fccca3.tar.xz muse-da3219d3b953b98d22d477ab8f71bdf0f8fccca3.zip | |
Reduce Docker layer caching
Diffstat (limited to '.github/workflows/pr.yml')
| -rw-r--r-- | .github/workflows/pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a332a28..c96dfb2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -48,7 +48,7 @@ jobs: push: true tags: codetheweb/muse:${{ github.event.pull_request.head.sha }}-${{ matrix.tagged-platform }} cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache,mode=max + cache-to: type=local,dest=/tmp/.buildx-cache,mode=min platforms: ${{ matrix.build-arch }} combine-and-comment: |
