Fix incorrect docker registry
This commit is contained in:
parent
3c5edb6171
commit
e8057a5c8a
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
name: Login to GitHub Images
|
name: Login to GitHub Images
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user