Merge pull request #794 from trheyi/main

Enable Docker Content Trust in build workflows
This commit is contained in:
Max 2024-11-29 15:09:50 +08:00 committed by GitHub
commit 6accd97dba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ on:
env:
VERSION: 0.10.4
DOCKER_CONTENT_TRUST: 1
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}

View file

@ -12,6 +12,7 @@ on:
env:
VERSION: 0.10.4
DOCKER_CONTENT_TRUST: 1
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}