Merge pull request #794 from trheyi/main
Enable Docker Content Trust in build workflows
This commit is contained in:
commit
6accd97dba
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build-docker-internal.yml
vendored
1
.github/workflows/build-docker-internal.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION: 0.10.4
|
VERSION: 0.10.4
|
||||||
|
DOCKER_CONTENT_TRUST: 1
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
|
||||||
1
.github/workflows/build-docker.yml
vendored
1
.github/workflows/build-docker.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION: 0.10.4
|
VERSION: 0.10.4
|
||||||
|
DOCKER_CONTENT_TRUST: 1
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue