Update registry to ghcr
This commit is contained in:
parent
5922fc6575
commit
65960da99c
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -22,9 +22,10 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to ghcr
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GH_TOKEN }}
|
password: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user