Skip to content

Commit

Permalink
chore: fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 1, 2024
1 parent 26d8819 commit 8d3fd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ matrix.docker-arch }} && ${{ env.dockerhub_username != '' }}
if: ${{ matrix.docker-arch && env.dockerhub_username != '' }}
env:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
with:
Expand Down

0 comments on commit 8d3fd8a

Please sign in to comment.