Skip to content

Commit

Permalink
fix(e2e): adjust docker login conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Apr 23, 2024
1 parent 94a1c53 commit b3de528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v2
if: github.event.repository.full_name == 'zetachain-chain/node'
if: github.event.repository.full_name == 'zeta-chain/node'
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_READ_ONLY }}
Expand Down

0 comments on commit b3de528

Please sign in to comment.