Login to ghcr.io, not xpkg.upbound.io
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
66d89b6938
commit
4b154dd323
|
@ -147,7 +147,7 @@ jobs:
|
|||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: xpkg.upbound.io
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue