Skip to content

Commit 65960da

Browse files
committed
Update registry to ghcr
1 parent 5922fc6 commit 65960da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
uses: docker/setup-buildx-action@v3
2323

2424

25-
- name: Log in to Docker Hub
25+
- name: Log in to ghcr
2626
uses: docker/login-action@v3
2727
with:
28+
registry: ghcr.io
2829
username: ${{ github.actor }}
2930
password: ${{ secrets.GH_TOKEN }}
3031

0 commit comments

Comments
 (0)