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 2456685 commit 16e50baCopy full SHA for 16e50ba
.github/workflows/release.yaml
@@ -47,5 +47,4 @@ jobs:
47
48
- name: Sign artifacts with Cosign
49
run: |
50
- cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.sha }}
51
- cosign sign --yes ghcr.io/${{ github.repository }}:${{ steps.version.outputs.version }}
+ cosign sign --yes ghcr.io/${{ github.repository }}:${{ github.ref_name }}
0 commit comments