Reduce Docker layer caching

This commit is contained in:
Max Isom 2022-02-11 21:13:17 -05:00
parent 3760b36acd
commit da3219d3b9
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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