We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d326e commit f4d87abCopy full SHA for f4d87ab
.github/workflows/build.yaml
@@ -53,7 +53,7 @@ jobs:
53
sarif_file: 'trivy-results.sarif'
54
55
- name: Login to Docker Hub
56
- if: (github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule' ) || contains(github.ref, 'refs/tags/')
+ if: (github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule' )) || contains(github.ref, 'refs/tags/')
57
uses: docker/login-action@v2
58
with:
59
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments