From 7de1af7c1576344ba5f77758b4b6224130a8441f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 20 Mar 2024 15:26:45 +0100 Subject: [PATCH] Disable cosign signing Since the current builder contains a non-working cosign version, we have to disable signing the builder as well. This will lead to a build which is unsigned, but will allow us to build another signed builder, and finally reenable signature checking as well. --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b040d1..67f1ca1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,5 +57,4 @@ jobs: args: | --${{ matrix.architecture }} \ --target /data \ - --cosign \ --generic $GIT_TAG_NAME