Skip to content

Commit 7ada114

Browse files
authored
Fix cosign configuration with cosign 3 (installer 4) and Harbor (#154)
See goharbor/harbor#22401
1 parent 817cef6 commit 7ada114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Sign container image at registry.cloud.qdrant.io
6868
run: |
69-
cosign sign --yes "${TAGS}@${DIGEST}"
69+
cosign sign --new-bundle-format=false --use-signing-config=false --yes "${TAGS}@${DIGEST}"
7070
env:
7171
TAGS: registry.cloud.qdrant.io/library/qdrant-migration:${{ steps.extract_build_info.outputs.tag }}
7272
DIGEST: ${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)