Skip to content

Commit 16e50ba

Browse files
committed
Fix cosign
1 parent 2456685 commit 16e50ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ jobs:
4747
4848
- name: Sign artifacts with Cosign
4949
run: |
50-
cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.sha }}
51-
cosign sign --yes ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
50+
cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)