We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 668a91b + 8412c4e commit 5e75fc7Copy full SHA for 5e75fc7
1 file changed
.github/workflows/release.yaml
@@ -113,7 +113,9 @@ jobs:
113
uses: sigstore/cosign-installer@v4.1.2
114
115
- name: Login to ghcr.io
116
- run: echo "${{ github.token }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
+ run: |
117
+ echo "${{ github.token }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
118
+ echo "${{ github.token }}" | cosign login ghcr.io -u ${{ github.actor }} --password-stdin
119
120
- name: Inject version into Chart.yaml
121
run: |
0 commit comments