GHA/curl-for-win: disable DOCKER_CONTENT_TRUST

As a workaround for the latest Debian image missing the necessary keys:
```
No signatures for debian:testing-20240926-slim

Administrative keys for debian:testing-20240926-slim

  Repository Key:       5717dcd81d9fb5b73aa15f2d887a6a0de543829ab9b2d411acce9219c2f8ba3a
  Root Key:     575d013f89e3cbbb19e0fb06aa33566c22718318e0c9ffb1ab5cc4291e07bf84
No valid trust data for testing-20240926-slim
```
https://github.com/curl/curl/actions/runs/11067644862/job/30752034560?pr=15065

Ref: 0ad1ad511b
This commit is contained in:
Viktor Szakats 2024-10-03 11:03:05 +02:00
parent 7b12c36ca9
commit a35f223cd8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -40,7 +40,7 @@ env:
CW_MAP: '0'
CW_JOBS: '5'
CW_NOPKG: '1'
DOCKER_CONTENT_TRUST: '1'
DOCKER_CONTENT_TRUST: ''
jobs:
linux-glibc-llvm: