Skip to content

Commit

Permalink
Disable cosign signing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
agners committed Mar 20, 2024
1 parent ad63daf commit 7de1af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ jobs:
args: |
--${{ matrix.architecture }} \
--target /data \
--cosign \
--generic $GIT_TAG_NAME

0 comments on commit 7de1af7

Please sign in to comment.