File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 93
93
with :
94
94
file : build/Dockerfile
95
95
context : " ."
96
- cache-from : type=gha
97
- cache-to : type=gha,mode=max
96
+ cache-from : type=gha,scope=${{ matrix.image }}
97
+ cache-to : type=gha,scope=${{ matrix.image }}, mode=max
98
98
target : common
99
99
tags : ${{ steps.meta.outputs.tags }}
100
100
platforms : ${{ matrix.platforms }}
@@ -159,8 +159,8 @@ jobs:
159
159
with :
160
160
file : build/Dockerfile
161
161
context : " ."
162
- cache-from : type=gha
163
- cache-to : type=gha,mode=max
162
+ cache-from : type=gha,scope=${{ matrix.image }}
163
+ cache-to : type=gha,scope=${{ matrix.image }}, mode=max
164
164
target : common
165
165
tags : ${{ steps.meta.outputs.tags }}
166
166
platforms : ${{ matrix.platforms }}
@@ -246,8 +246,8 @@ jobs:
246
246
with :
247
247
file : build/Dockerfile
248
248
context : " ."
249
- cache-from : type=gha
250
- cache-to : type=gha,mode=max
249
+ cache-from : type=gha,scope=${{ matrix.image }}-${{ steps.nap_modules.outputs.modules }}
250
+ cache-to : type=gha,scope=${{ matrix.image }}-${{ steps.nap_modules.outputs.modules }}, mode=max
251
251
target : common
252
252
tags : ${{ steps.meta.outputs.tags }}
253
253
platforms : ${{ matrix.platforms }}
You can’t perform that action at this time.
0 commit comments