Skip to content

Commit eb017c1

Browse files
committed
Fix registry from docker.io to ghcr.io
1 parent 94118c2 commit eb017c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev-branch-qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Log in to the Container registry
5555
uses: docker/login-action@v3
5656
with:
57-
registry: docker.io
57+
registry: ghcr.io
5858
username: ${{ github.actor }}
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060

0 commit comments

Comments
 (0)