GHA/curl-for-win: tidy up DOCKER_CONTENT_TRUST
Follow-up to 08d13c0e46
Closes #15141
This commit is contained in:
parent
2400a6c6b2
commit
28230bec1f
3
.github/workflows/curl-for-win.yml
vendored
3
.github/workflows/curl-for-win.yml
vendored
@ -40,7 +40,6 @@ env:
|
||||
CW_MAP: '0'
|
||||
CW_JOBS: '5'
|
||||
CW_NOPKG: '1'
|
||||
DOCKER_CONTENT_TRUST: ''
|
||||
|
||||
jobs:
|
||||
linux-glibc-llvm:
|
||||
@ -58,7 +57,7 @@ jobs:
|
||||
export CW_CONFIG='-main-werror-linux-a64-x64'
|
||||
export CW_REVISION='${{ github.sha }}'
|
||||
DOCKER_IMAGE='debian:bookworm-slim'
|
||||
export DOCKER_CONTENT_TRUST=1
|
||||
DOCKER_CONTENT_TRUST=1
|
||||
export CW_CCSUFFIX='-15'
|
||||
export CW_GCCSUFFIX='-12'
|
||||
docker trust inspect --pretty "${DOCKER_IMAGE}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user