Enable Docker Content Trust in build workflows

This commit is contained in:
Max 2024-11-29 15:09:16 +08:00
parent 5bf6044cf0
commit c78e169fbc
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' }}