Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: skip confirmation prompts for non-destructive operations
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Mar 19, 2023
1 parent 6b5c498 commit a033fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Sign image with a key - ${{ matrix.id }}
run: |
cosign sign --key env://COSIGN_PRIVATE_KEY flomesh/erie-canal-${{ matrix.id }}@${IMAGE_DIGEST}
cosign sign --yes --key env://COSIGN_PRIVATE_KEY flomesh/erie-canal-${{ matrix.id }}@${IMAGE_DIGEST}
env:
TAGS: ${{ steps.docker_meta.outputs.tags }}
IMAGE_DIGEST: ${{ steps.docker_build_push.outputs.digest }}
Expand Down

0 comments on commit a033fff

Please sign in to comment.