We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent 3ff75a1 commit 45609bdCopy full SHA for 45609bd
1 file changed
.github/workflows/docker-publish.yml
@@ -92,7 +92,7 @@ jobs:
92
# transparency data even for private images, pass --force to cosign below.
93
# https://github.com/sigstore/cosign
94
- name: Sign the published Docker image
95
- if: ${{ github.event_name != 'pull_request' }}
+ if: github.event_name != 'pull_request'
96
env:
97
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
98
TAGS: ${{ steps.meta.outputs.tags }}
0 commit comments