Skip to content

Commit b503d0d

Browse files
committed
ci: correct registry
1 parent b0b1a6f commit b503d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Login to GitHub Container Registry
4040
uses: docker/login-action@v1
4141
with:
42-
registry: ghcr.io
42+
registry: docker.pkg.github.com
4343
username: ${{ github.repository_owner }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

0 commit comments

Comments
 (0)