Skip to content

Commit 8be86da

Browse files
authored
fix(release-container): use old bundle format until we are ready (#148)
1 parent 1046788 commit 8be86da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
DOCKER_CONTENT_TRUST: 1
225225

226226
- name: Sign the images with GitHub OIDC Token using cosign
227-
run: cosign sign --yes ${{ inputs.image }}@${{ steps.docker_push.outputs.digest }}
227+
run: cosign sign --new-bundle-format=false --yes ${{ inputs.image }}@${{ steps.docker_push.outputs.digest }}
228228
if: github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags/v')
229229
env:
230230
TAGS: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)