Skip to content

Commit

Permalink
Merge pull request #69 from tensorchord/fix/fork-login
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Nov 15, 2024
2 parents 05387d3 + 3f060f8 commit b6b398a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:

- name: Login to Docker Hub
uses: docker/login-action@v3
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_TOKEN }}
Expand Down

0 comments on commit b6b398a

Please sign in to comment.