Skip to content

Commit

Permalink
condition must be evaluated
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Jul 24, 2022
1 parent 65823a2 commit 66399ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
context: .
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
push: github.event_name != 'pull_request' && needs.check-docker-hub-secrets.outputs.have_secrets == 'true'
push: ${{ github.event_name != 'pull_request' && needs.check-docker-hub-secrets.outputs.have_secrets == 'true' }}

- name: Run Trivy vulnerability scanner
if: needs.check-github-secrets.outputs.have_secrets
Expand Down

0 comments on commit 66399ff

Please sign in to comment.