Skip to content

Commit d04a59d

Browse files
committed
fixed cosign
1 parent 0fb0adf commit d04a59d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,4 @@ jobs:
8282

8383
- name: Sign the published Docker image
8484
if: ${{ github.event_name != 'pull_request' }}
85-
env:
86-
COSIGN_EXPERIMENTAL: "true"
87-
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
85+
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)