@@ -279,14 +279,14 @@ jobs:
279
279
context : .
280
280
file : ./dev/docker/ci/${{ matrix.container.distro }}.dockerfile
281
281
push : ${{ github.event_name != 'pull_request' }}
282
+ load : true
282
283
platforms : ${{ matrix.platform }}
283
284
tags : aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
284
285
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}:latest
285
286
cache-to : type=inline
286
287
287
288
- name : Tag latest locally
288
289
run : |
289
- docker pull aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}@${{ steps.build_base.outputs.imageid }}
290
290
docker tag aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }} aminya/${{ matrix.container.image }}:latest
291
291
292
292
- name : Push latest to Docker Hub
@@ -309,14 +309,14 @@ jobs:
309
309
context : .
310
310
file : ./dev/docker/ci/${{ matrix.container.distro }}-llvm.dockerfile
311
311
push : ${{ github.event_name != 'pull_request' }}
312
+ load : true
312
313
platforms : ${{ matrix.platform }}
313
314
tags : aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
314
315
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-llvm:latest
315
316
cache-to : type=inline
316
317
317
318
- name : Tag latest locally
318
319
run : |
319
- docker pull aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}@${{ steps.build_llvm.outputs.imageid }}
320
320
docker tag aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }} aminya/${{ matrix.container.image }}-llvm:latest
321
321
322
322
- name : Push latest to Docker Hub
@@ -349,14 +349,14 @@ jobs:
349
349
context : .
350
350
file : ./dev/docker/ci/${{ matrix.container.distro }}-gcc.dockerfile
351
351
push : ${{ github.event_name != 'pull_request' }}
352
+ load : true
352
353
platforms : ${{ matrix.platform }}
353
354
tags : aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
354
355
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-gcc:latest
355
356
cache-to : type=inline
356
357
357
358
- name : Tag latest locally
358
359
run : |
359
- docker pull aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}@${{ steps.build_gcc.outputs.imageid }}
360
360
docker tag aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }} aminya/${{ matrix.container.image }}-gcc:latest
361
361
362
362
- name : Push latest to Docker Hub
@@ -390,14 +390,14 @@ jobs:
390
390
context : .
391
391
file : ./dev/docker/ci/${{ matrix.container.distro }}-mingw.dockerfile
392
392
push : ${{ github.event_name != 'pull_request' }}
393
+ load : true
393
394
platforms : ${{ matrix.platform }}
394
395
tags : aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
395
396
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-mingw:latest
396
397
cache-to : type=inline
397
398
398
399
- name : Tag latest locally
399
400
run : |
400
- docker pull aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}@${{ steps.build_mingw.outputs.imageid }}
401
401
docker tag aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }} aminya/${{ matrix.container.image }}-mingw:latest
402
402
403
403
- name : Push latest to Docker Hub
0 commit comments