Merge pull request #127 from negz/cee-eye

Login to ghcr.io, not xpkg.upbound.io
This commit is contained in:
Nic Cope 2025-06-06 15:26:11 -07:00 committed by GitHub
commit c562a1f1f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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