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
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: xpkg.upbound.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue