Skip to content

Commit dfbd6f5

Browse files
authored
Update ci.yml
update
1 parent d82ceb8 commit dfbd6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: sigstore/cosign-installer@main
8484
- name: Sign Container Image
8585
run: |
86-
cosign sign --key env://COSIGN_KEY ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }} --yes
86+
cosign sign --yes --key env://COSIGN_KEY ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
8787
shell: bash
8888
env:
8989
COSIGN_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}

0 commit comments

Comments
 (0)