Change Docker build cache mode from max to min

• Reduce cache storage usage
• Try to fix GithHub Action failure
This commit is contained in:
yangdx
2025-10-16 12:24:51 +08:00
parent e6332ce512
commit 8cc8bbf486

View File

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