Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 2aa5a05

Browse files
authored
chore(ci): add flag to to skip confirmation which was breaking ci (#119)
chore(ci): add flag to to skip confirmation which was breaking ci
1 parent 18cceac commit 2aa5a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
if: ${{ github.event_name != 'pull_request' }}
7878
env:
7979
COSIGN_EXPERIMENTAL: "true"
80-
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
80+
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)