mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Reduce Docker layer caching
This commit is contained in:
parent
3760b36acd
commit
da3219d3b9
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: codetheweb/muse:${{ github.event.pull_request.head.sha }}-${{ matrix.tagged-platform }}
|
tags: codetheweb/muse:${{ github.event.pull_request.head.sha }}-${{ matrix.tagged-platform }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
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 }}
|
platforms: ${{ matrix.build-arch }}
|
||||||
|
|
||||||
combine-and-comment:
|
combine-and-comment:
|
||||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
tags: codetheweb/muse:${{ github.sha }}-${{ matrix.tagged-platform }}
|
tags: codetheweb/muse:${{ github.sha }}-${{ matrix.tagged-platform }}
|
||||||
platforms: ${{ matrix.build-arch }}
|
platforms: ${{ matrix.build-arch }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
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:
|
combine:
|
||||||
name: Combine platform tags
|
name: Combine platform tags
|
||||||
|
|
Loading…
Reference in a new issue