We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb33e95 commit 778ffddCopy full SHA for 778ffdd
.github/workflows/front.yml
@@ -78,7 +78,7 @@ jobs:
78
tags: |
79
${{ env.image }}
80
cache-from: type=local,src=/tmp/.buildx-cache
81
- cache-to: type=local,dest=/tmp/.buildx-cache-new
+ cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
82
83
- name: Move cache
84
run: |
0 commit comments