We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123310 commit fa8c163Copy full SHA for fa8c163
1 file changed
.github/workflows/build.yml
@@ -517,13 +517,14 @@ jobs:
517
- name: Install Cosign
518
if: github.event_name != 'pull_request'
519
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
520
+ with:
521
+ cosign-release: "v2.6.1"
522
523
- name: Sign container image
524
525
run: |
- cosign sign -y --key env://COSIGN_PRIVATE_KEY ${{ steps.base.outputs.output_image }}@${{ steps.push.outputs.digest }}
526
+ cosign sign -y --key env://COSIGN_PRIVATE_KEY --new-bundle-format=false ${{ steps.base.outputs.output_image }}@${{ steps.push.outputs.digest }}
527
env:
- COSIGN_EXPERIMENTAL: false
528
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
529
530
- name: Install ORAS
0 commit comments