We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817cef6 commit 7ada114Copy full SHA for 7ada114
.github/workflows/release-workflow.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Sign container image at registry.cloud.qdrant.io
68
run: |
69
- cosign sign --yes "${TAGS}@${DIGEST}"
+ cosign sign --new-bundle-format=false --use-signing-config=false --yes "${TAGS}@${DIGEST}"
70
env:
71
TAGS: registry.cloud.qdrant.io/library/qdrant-migration:${{ steps.extract_build_info.outputs.tag }}
72
DIGEST: ${{ steps.build-and-push.outputs.digest }}
0 commit comments