Merge pull request #69 from tensorchord/fix/fork-login

This commit is contained in:
bo0tzz
2024-11-15 03:41:35 +01:00
committed by GitHub

View File

@@ -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 }}