mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-31 04:34:15 +00:00
Merge pull request #69 from tensorchord/fix/fork-login
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -60,6 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERIO_USERNAME }}
|
username: ${{ secrets.DOCKERIO_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERIO_TOKEN }}
|
password: ${{ secrets.DOCKERIO_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user