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 | |
| parent | 3760b36acdf6de294565e8b2b6d522f15b6f0787 (diff) | |
| download | muse-da3219d3b953b98d22d477ab8f71bdf0f8fccca3.tar.xz muse-da3219d3b953b98d22d477ab8f71bdf0f8fccca3.zip | |
Reduce Docker layer caching
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
2 files changed, 2 insertions, 2 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: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e08387..d3f15e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: tags: codetheweb/muse:${{ github.sha }}-${{ matrix.tagged-platform }} platforms: ${{ matrix.build-arch }} 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 combine: name: Combine platform tags |
