From: Viktor Szakats Date: Thu, 3 Oct 2024 09:03:05 +0000 (+0200) Subject: GHA/curl-for-win: disable `DOCKER_CONTENT_TRUST` X-Git-Tag: curl-8_11_0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35f223cd8b29739dab7e8490674093c4024191d;p=thirdparty%2Fcurl.git 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: https://github.com/curl/curl-for-win/commit/0ad1ad511bcbfbad8935685f7c130b281e66f7f4 --- diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index 134749bd2c..923924ca4f 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -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: