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 0fb0adf commit d04a59dCopy full SHA for d04a59d
.github/workflows/docker-image.yaml
@@ -82,6 +82,4 @@ jobs:
82
83
- name: Sign the published Docker image
84
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 }}
+ run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}
0 commit comments