Skip to content

Commit c14ec3c

Browse files
committed
fix: add cosign password
1 parent 93be533 commit c14ec3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ jobs:
227227
- name: Sign the image
228228
env:
229229
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
230+
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
230231
run: |
231232
printf '%s' "$COSIGN_PRIVATE_KEY" > cosign.key
232233
cosign sign --key cosign.key $FINAL_TAG

0 commit comments

Comments
 (0)