We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1046788 commit 8be86daCopy full SHA for 8be86da
1 file changed
.github/workflows/release-container.yaml
@@ -224,7 +224,7 @@ jobs:
224
DOCKER_CONTENT_TRUST: 1
225
226
- name: Sign the images with GitHub OIDC Token using cosign
227
- run: cosign sign --yes ${{ inputs.image }}@${{ steps.docker_push.outputs.digest }}
+ run: cosign sign --new-bundle-format=false --yes ${{ inputs.image }}@${{ steps.docker_push.outputs.digest }}
228
if: github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags/v')
229
env:
230
TAGS: ${{ steps.meta.outputs.tags }}
0 commit comments