Add registry to docker login action
Some checks failed
Rust CI / Build and Test (push) Failing after 20m7s
Some checks failed
Rust CI / Build and Test (push) Failing after 20m7s
This commit is contained in:
parent
3996b3b2d4
commit
682cc3014d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -81,6 +81,7 @@ jobs:
|
|||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
registry: git.joshuacoles.me
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user