Enable Docker Content Trust in build workflows
This commit is contained in:
parent
5bf6044cf0
commit
c78e169fbc
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:
|
||||
VERSION: 0.10.4
|
||||
DOCKER_CONTENT_TRUST: 1
|
||||
jobs:
|
||||
build:
|
||||
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:
|
||||
VERSION: 0.10.4
|
||||
DOCKER_CONTENT_TRUST: 1
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue