@@ -268,7 +268,7 @@ jobs:
268
268
push : ${{ github.event_name != 'pull_request' }}
269
269
platforms : ${{ matrix.platform }}
270
270
tags : aminya/${{ matrix.container.image }}:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}:latest
271
- cache-from : type=registry,ref=user/app :latest
271
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }} :latest
272
272
cache-to : type=inline
273
273
274
274
- name : Docker Readme for setup-cpp-${{matrix.container.distro }}
@@ -288,7 +288,7 @@ jobs:
288
288
push : ${{ github.event_name != 'pull_request' }}
289
289
platforms : ${{ matrix.platform }}
290
290
tags : aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}-llvm:latest
291
- cache-from : type=registry,ref=user/app :latest
291
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-llvm :latest
292
292
cache-to : type=inline
293
293
294
294
- name : Docker Readme for setup-cpp-${{matrix.container.distro }}-llvm
@@ -318,7 +318,7 @@ jobs:
318
318
push : ${{ github.event_name != 'pull_request' }}
319
319
platforms : ${{ matrix.platform }}
320
320
tags : aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}-gcc:latest
321
- cache-from : type=registry,ref=user/app :latest
321
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-gcc :latest
322
322
cache-to : type=inline
323
323
324
324
- name : Docker Readme for setup-cpp-${{matrix.container.distro }}-gcc
@@ -349,7 +349,7 @@ jobs:
349
349
push : ${{ github.event_name != 'pull_request' }}
350
350
platforms : ${{ matrix.platform }}
351
351
tags : aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}-mingw:latest
352
- cache-from : type=registry,ref=user/app :latest
352
+ cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-mingw :latest
353
353
cache-to : type=inline
354
354
355
355
- name : Docker Readme for setup-cpp-${{matrix.container.distro }}-mingw
0 commit comments