Skip to content

Commit 40b96b8

Browse files
authored
remove "== true" from docker login condition (#19)
1 parent c89c937 commit 40b96b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-vulnerability-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v2
4343
- name: Login to DockerHub container registry
44-
if: ${{ inputs.login_dockerhub }} == true
44+
if: ${{ inputs.login_dockerhub }}
4545
uses: docker/login-action@v2
4646
with:
4747
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)