We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93be533 commit c14ec3cCopy full SHA for c14ec3c
1 file changed
.github/workflows/build_and_push.yml
@@ -227,6 +227,7 @@ jobs:
227
- name: Sign the image
228
env:
229
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
230
+ COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
231
run: |
232
printf '%s' "$COSIGN_PRIVATE_KEY" > cosign.key
233
cosign sign --key cosign.key $FINAL_TAG
0 commit comments