Change Docker build cache mode from max to min
• Reduce cache storage usage • Try to fix GithHub Action failure
This commit is contained in:
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 }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=min
|
||||
|
||||
- name: Output image details
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user