aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-02-11 21:13:17 -0500
committerMax Isom <[email protected]>2022-02-11 21:13:17 -0500
commitda3219d3b953b98d22d477ab8f71bdf0f8fccca3 (patch)
treed6957fa53034a00f32ccede91896e0c4882e6f7e
parent3760b36acdf6de294565e8b2b6d522f15b6f0787 (diff)
downloadmuse-da3219d3b953b98d22d477ab8f71bdf0f8fccca3.tar.xz
muse-da3219d3b953b98d22d477ab8f71bdf0f8fccca3.zip
Reduce Docker layer caching
-rw-r--r--.github/workflows/pr.yml2
-rw-r--r--.github/workflows/publish.yml2
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