@@ -280,7 +280,7 @@ jobs:
280
280
provenance : false
281
281
platforms : ${{ matrix.platform }}
282
282
tags : aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
283
- cache-from : type=registry,ref=aminya/${{ matrix.container.image }}:latest
283
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
284
284
cache-to : type=inline
285
285
286
286
- name : Tag latest locally
@@ -311,7 +311,7 @@ jobs:
311
311
provenance : false
312
312
platforms : ${{ matrix.platform }}
313
313
tags : aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
314
- cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-llvm:latest
314
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
315
315
cache-to : type=inline
316
316
317
317
- name : Tag latest locally
@@ -352,7 +352,7 @@ jobs:
352
352
provenance : false
353
353
platforms : ${{ matrix.platform }}
354
354
tags : aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
355
- cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-gcc:latest
355
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
356
356
cache-to : type=inline
357
357
358
358
- name : Tag latest locally
@@ -394,7 +394,7 @@ jobs:
394
394
provenance : false
395
395
platforms : ${{ matrix.platform }}
396
396
tags : aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
397
- cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-mingw:latest
397
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
398
398
cache-to : type=inline
399
399
400
400
- name : Tag latest locally
0 commit comments