Change Docker build cache mode from max to min
• Reduce cache storage usage • Try to fix GithHub Action failure
This commit is contained in:
parent
e6332ce512
commit
8cc8bbf486
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-offline.yml
vendored
2
.github/workflows/docker-build-offline.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=min
|
||||||
|
|
||||||
- name: Output image details
|
- name: Output image details
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue