Login to ghcr.io, not xpkg.upbound.io

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-06-06 15:20:13 -07:00
parent 66d89b6938
commit 4b154dd323
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}