Skip to content

Commit

Permalink
Disable cosign signing (#198)
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 temporarily 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 ccbad93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -57,5 +57,4 @@ jobs:
args: |
--${{ matrix.architecture }} \
--target /data \
--cosign \
--generic $GIT_TAG_NAME

0 comments on commit ccbad93

Please sign in to comment.