Skip to content

Commit

Permalink
DOCKER_CONTENT_TRUST -> ``
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 27, 2024
1 parent 66fb311 commit 81b8617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
CW_MAP: '1'
CW_JOBS: '5'
DO_NOT_TRACK: '1'
DOCKER_CONTENT_TRUST: '0'
DOCKER_CONTENT_TRUST: ''

jobs:
reuse-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
CW_PKG_NODELETE: '1'
CW_PKG_FLATTEN: '1'
DO_NOT_TRACK: '1'
DOCKER_CONTENT_TRUST: '0'
DOCKER_CONTENT_TRUST: ''

jobs:
linux-glibc:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ environment:
DEPLOY_KEY_PASS:
secure: 'CS5o1b7BhBEmoEq+RFaTmtWpAd3HqHLqnpJvkAjF+DmnlJVPLo34MeusmnJ56wAX'
DO_NOT_TRACK: '1'
DOCKER_CONTENT_TRUST: '1'
DOCKER_CONTENT_TRUST: ''
build_script:
- sh: |
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-win"
Expand Down

0 comments on commit 81b8617

Please sign in to comment.