File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
tags : ${{ steps.meta.outputs.tags }}
64
64
labels : ${{ steps.meta.outputs.labels }}
65
65
annotations : ${{ steps.meta.outputs.annotations }}
66
- cache-from : type=gha
67
- cache-to : type=gha,mode=max
66
+ cache-from : type=local,src=/tmp/.buildx-cache
67
+ cache-to : type=local,dest=/tmp/.buildx-cache
68
68
69
69
- name : Clean Docker cache
70
70
if : github.event_name != 'pull_request'
@@ -118,8 +118,8 @@ jobs:
118
118
tags : ${{ steps.meta.outputs.tags }}
119
119
labels : ${{ steps.meta.outputs.labels }}
120
120
annotations : ${{ steps.meta.outputs.annotations }}
121
- cache-from : type=gha
122
- cache-to : type=gha,mode=max
121
+ cache-from : type=local,src=/tmp/.buildx-cache
122
+ cache-to : type=local,dest=/tmp/.buildx-cache
123
123
124
124
- name : Clean Docker cache
125
125
if : github.event_name != 'pull_request'
You can’t perform that action at this time.
0 commit comments