fix cosign
This commit is contained in:
parent
891ebff60c
commit
0b9cd7ef93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
# This step uses the identity token to provision an ephemeral certificate
|
# This step uses the identity token to provision an ephemeral certificate
|
||||||
# against the sigstore community Fulcio instance.
|
# against the sigstore community Fulcio instance.
|
||||||
run: cosign sign ${TAGS}
|
run: yes | cosign sign ${TAGS}
|
||||||
env:
|
env:
|
||||||
COSIGN_EXPERIMENTAL: true
|
COSIGN_EXPERIMENTAL: true
|
||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue