We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b1a6f commit b503d0dCopy full SHA for b503d0d
.github/workflows/publish-release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Login to GitHub Container Registry
40
uses: docker/login-action@v1
41
with:
42
- registry: ghcr.io
+ registry: docker.pkg.github.com
43
username: ${{ github.repository_owner }}
44
password: ${{ secrets.GITHUB_TOKEN }}
45
0 commit comments