Skip to content

Commit 106f1a4

Browse files
committed
Kill cosign for now
1 parent 16e50ba commit 106f1a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v5
2424

25-
- name: Set up Cosign
26-
uses: sigstore/[email protected]
27-
2825
- name: Get version
2926
id: version
3027
run: |
@@ -44,7 +41,3 @@ jobs:
4441
tags: |
4542
ghcr.io/${{ github.repository }}:${{ github.sha }}
4643
ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
47-
48-
- name: Sign artifacts with Cosign
49-
run: |
50-
cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)