Skip to content

Commit

Permalink
Merge pull request #794 from trheyi/main
Browse files Browse the repository at this point in the history
Enable Docker Content Trust in build workflows
  • Loading branch information
trheyi authored Nov 29, 2024
2 parents df44124 + c78e169 commit 6accd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

env:
VERSION: 0.10.4
DOCKER_CONTENT_TRUST: 1
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

env:
VERSION: 0.10.4
DOCKER_CONTENT_TRUST: 1
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit 6accd97

Please sign in to comment.