GHA/curl-for-win: fix DOCKER_CONTENT_TRUST for a job [ci skip]

Follow-up to 28230bec1f #15141
This commit is contained in:
Viktor Szakats 2025-01-25 00:41:11 +01:00
parent 5426cd5948
commit d8f1aa4b11
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -58,7 +58,7 @@ jobs:
export CW_CONFIG='-main-werror-linux-a64-x64'
export CW_REVISION='${{ github.sha }}'
DOCKER_IMAGE='debian:bookworm-slim'
DOCKER_CONTENT_TRUST=1
export DOCKER_CONTENT_TRUST=1
export CW_CCSUFFIX='-15'
export CW_GCCSUFFIX='-12'
docker trust inspect --pretty "${DOCKER_IMAGE}"