Skip to content

Commit 70694db

Browse files
committed
ci: disable provenance when pushing the images
1 parent 8b86196 commit 70694db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ jobs:
277277
file: ./dev/docker/ci/${{ matrix.container.distro }}.dockerfile
278278
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
279279
load: true
280+
provenance: false
280281
platforms: ${{ matrix.platform }}
281282
tags: aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
282283
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}:latest
@@ -307,6 +308,7 @@ jobs:
307308
file: ./dev/docker/ci/${{ matrix.container.distro }}-llvm.dockerfile
308309
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
309310
load: true
311+
provenance: false
310312
platforms: ${{ matrix.platform }}
311313
tags: aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
312314
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}-llvm:latest
@@ -347,6 +349,7 @@ jobs:
347349
file: ./dev/docker/ci/${{ matrix.container.distro }}-gcc.dockerfile
348350
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
349351
load: true
352+
provenance: false
350353
platforms: ${{ matrix.platform }}
351354
tags: aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
352355
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}-gcc:latest
@@ -388,6 +391,7 @@ jobs:
388391
file: ./dev/docker/ci/${{ matrix.container.distro }}-mingw.dockerfile
389392
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
390393
load: true
394+
provenance: false
391395
platforms: ${{ matrix.platform }}
392396
tags: aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
393397
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}-mingw:latest

0 commit comments

Comments
 (0)