Skip to content

Commit

Permalink
remove "== true" from docker login condition (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon authored Jun 10, 2023
1 parent c89c937 commit 40b96b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-vulnerability-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub container registry
if: ${{ inputs.login_dockerhub }} == true
if: ${{ inputs.login_dockerhub }}
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 40b96b8

Please sign in to comment.