Skip to content

Commit e8ed887

Browse files
committed
Update Container Template
1 parent 13a8927 commit e8ed887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Template
1+
name: Container Template
22

33
on:
44
workflow_call:
@@ -111,7 +111,7 @@ jobs:
111111
# This step uses the identity token to provision an ephemeral certificate against the sigstore community Fulcio instance.
112112
- name: Sign container image
113113
id: sign
114-
if: ${{ github.event_name != 'pull_request' }}
114+
if: github.event_name == 'release'
115115
run: |
116116
cosign sign --yes "${TAGS}@${DIGEST}"
117117
env:

0 commit comments

Comments
 (0)