mirror of https://github.com/aminya/setup-cpp.git
ci: disable provenance when pushing the images
This commit is contained in:
parent
8b8619681b
commit
70694dbfc8
|
|
@ -277,6 +277,7 @@ jobs:
|
|||
file: ./dev/docker/ci/${{ matrix.container.distro }}.dockerfile
|
||||
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
|
||||
load: true
|
||||
provenance: false
|
||||
platforms: ${{ matrix.platform }}
|
||||
tags: aminya/${{ matrix.container.image }}:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
|
||||
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}:latest
|
||||
|
|
@ -307,6 +308,7 @@ jobs:
|
|||
file: ./dev/docker/ci/${{ matrix.container.distro }}-llvm.dockerfile
|
||||
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
|
||||
load: true
|
||||
provenance: false
|
||||
platforms: ${{ matrix.platform }}
|
||||
tags: aminya/${{ matrix.container.image }}-llvm:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
|
||||
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}-llvm:latest
|
||||
|
|
@ -347,6 +349,7 @@ jobs:
|
|||
file: ./dev/docker/ci/${{ matrix.container.distro }}-gcc.dockerfile
|
||||
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
|
||||
load: true
|
||||
provenance: false
|
||||
platforms: ${{ matrix.platform }}
|
||||
tags: aminya/${{ matrix.container.image }}-gcc:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
|
||||
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}-gcc:latest
|
||||
|
|
@ -388,6 +391,7 @@ jobs:
|
|||
file: ./dev/docker/ci/${{ matrix.container.distro }}-mingw.dockerfile
|
||||
push: ${{ github.event_name != 'pull_request' || contains(github.event.head_commit.message, '[push docker]') }}
|
||||
load: true
|
||||
provenance: false
|
||||
platforms: ${{ matrix.platform }}
|
||||
tags: aminya/${{ matrix.container.image }}-mingw:${{ matrix.container.tag }}-${{ steps.platform.outputs.suffix }}
|
||||
cache-from: type=registry,ref=aminya/${{ matrix.container.image }}-mingw:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue