Skip to content

Commit 6512b0b

Browse files
committed
Fix yml syntax for action
1 parent 0ee4612 commit 6512b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/setup-buildx-action@v1
5656

5757
- name: Login to DockerHub
58-
if: github.event_name != 'pull_request' && secrets.DOCKERHUB_ORG != ''
58+
if: ${{ github.event_name }} != 'pull_request' && ${{ secrets.DOCKERHUB_ORG }} != ''
5959
uses: docker/login-action@v1
6060
with:
6161
username: ${{ secrets.DOCKERHUB_USER }}

0 commit comments

Comments
 (0)