Skip to content

Commit 45609bd

Browse files
authored
refactor: remove templating braces from the if field (#9)
1 parent 3ff75a1 commit 45609bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# transparency data even for private images, pass --force to cosign below.
9393
# https://github.com/sigstore/cosign
9494
- name: Sign the published Docker image
95-
if: ${{ github.event_name != 'pull_request' }}
95+
if: github.event_name != 'pull_request'
9696
env:
9797
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
9898
TAGS: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)