Skip to content

Commit

Permalink
fixing if condition expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Aug 15, 2020
1 parent c81629d commit 00cf125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Expand Up @@ -55,5 +55,5 @@ jobs:
run: make docker-push

- name: Push Terrascan latest docker image
if: {{ github.ref == 'ref/head/master' }}
if: ${{ github.ref == 'ref/head/master' }}
run: make docker-push-latest

0 comments on commit 00cf125

Please sign in to comment.