Skip to content

Commit c562a1f

Browse files
authored
Merge pull request #127 from negz/cee-eye
Login to ghcr.io, not xpkg.upbound.io
2 parents 1e53790 + 4b154dd commit c562a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Login to GitHub Container Registry
148148
uses: docker/login-action@v3
149149
with:
150-
registry: xpkg.upbound.io
150+
registry: ghcr.io
151151
username: ${{ github.repository_owner }}
152152
password: ${{ secrets.GITHUB_TOKEN }}
153153

0 commit comments

Comments
 (0)