@@ -277,6 +277,7 @@ jobs:
277
277
file : ./dev/docker/ci/${{ matrix.container.distro }}.dockerfile
278
278
push : ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
279
279
load : true
280
+ provenance : false
280
281
platforms : ${{ matrix.platform }}
281
282
tags : aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
282
283
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}:latest
@@ -307,6 +308,7 @@ jobs:
307
308
file : ./dev/docker/ci/${{ matrix.container.distro }}-llvm.dockerfile
308
309
push : ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
309
310
load : true
311
+ provenance : false
310
312
platforms : ${{ matrix.platform }}
311
313
tags : aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
312
314
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-llvm:latest
@@ -347,6 +349,7 @@ jobs:
347
349
file : ./dev/docker/ci/${{ matrix.container.distro }}-gcc.dockerfile
348
350
push : ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
349
351
load : true
352
+ provenance : false
350
353
platforms : ${{ matrix.platform }}
351
354
tags : aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
352
355
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-gcc:latest
@@ -388,6 +391,7 @@ jobs:
388
391
file : ./dev/docker/ci/${{ matrix.container.distro }}-mingw.dockerfile
389
392
push : ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
390
393
load : true
394
+ provenance : false
391
395
platforms : ${{ matrix.platform }}
392
396
tags : aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
393
397
cache-from : type=registry,ref=aminya/${{ matrix.container.image }}-mingw:latest
0 commit comments