auto yes
This commit is contained in:
parent
5ba084dae1
commit
923d42c6c1
7
.github/workflows/docker-publish.yml
vendored
7
.github/workflows/docker-publish.yml
vendored
|
@ -96,7 +96,6 @@ jobs:
|
||||||
- name: Sign the published Docker image
|
- name: Sign the published Docker image
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
env:
|
env:
|
||||||
COSIGN_EXPERIMENTAL: "true"
|
DIGEST: ${{ steps.build-and-push.outputs.digest }}
|
||||||
# This step uses the identity token to provision an ephemeral certificate
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
# against the sigstore community Fulcio instance.
|
run: cosign sign --yes "${TAGS}@${DIGEST}"
|
||||||
run: cosign sign ${{ steps.meta.outputs.tags }}@${{ steps.build-and-push.outputs.digest }}
|
|
||||||
|
|
Loading…
Reference in a new issue