File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -140,15 +140,3 @@ jobs:
140
140
${{ env.IMAGE }}:latest
141
141
${{ env.IMAGE }}:${{ env.GIT_SHA }}
142
142
143
- # Sign the resulting Docker image digest except on PRs.
144
- # This will only write to the public Rekor transparency log when the Docker
145
- # repository is public to avoid leaking data. If you would like to publish
146
- # transparency data even for private images, pass --force to cosign below.
147
- # https://github.com/sigstore/cosign
148
- - name : Sign the published Docker image
149
- if : ${{ github.event_name != 'pull_request' }}
150
- env :
151
- COSIGN_EXPERIMENTAL : " true"
152
- # This step uses the identity token to provision an ephemeral certificate
153
- # against the sigstore community Fulcio instance.
154
- run : cosign sign ${{ env.IMAGE }}@${{ steps.build-and-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments