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 d82ceb8 commit dfbd6f5Copy full SHA for dfbd6f5
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: sigstore/cosign-installer@main
84
- name: Sign Container Image
85
run: |
86
- cosign sign --key env://COSIGN_KEY ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }} --yes
+ cosign sign --yes --key env://COSIGN_KEY ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
87
shell: bash
88
env:
89
COSIGN_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}
0 commit comments