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 13a8927 commit e8ed887Copy full SHA for e8ed887
.github/workflows/_containerTemplate.yml
@@ -1,4 +1,4 @@
1
-name: Docker Template
+name: Container Template
2
3
on:
4
workflow_call:
@@ -111,7 +111,7 @@ jobs:
111
# This step uses the identity token to provision an ephemeral certificate against the sigstore community Fulcio instance.
112
- name: Sign container image
113
id: sign
114
- if: ${{ github.event_name != 'pull_request' }}
+ if: github.event_name == 'release'
115
run: |
116
cosign sign --yes "${TAGS}@${DIGEST}"
117
env:
0 commit comments