Skip to content

Commit

Permalink
Pass -y to cosign in release workflow, remove experimental flag (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb authored Jun 24, 2024
1 parent a524d57 commit d2bab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: sigstore/cosign-installer@v3
- run: cosign sign '${{ steps.build.outputs.image }}'
env:
COSIGN_EXPERIMENTAL: 1
COSIGN_YES: true

github:
needs: [tag, docker-build]
Expand Down

0 comments on commit d2bab86

Please sign in to comment.