Skip to content

Commit e6d4eb5

Browse files
committed
Try upload to ghcr.io instead.
Signed-off-by: Nic Cope <nicc@rk0n.org>
1 parent eb3fe33 commit e6d4eb5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ env:
2424
XP_VERSION: v1.20.0
2525

2626
# The package to push, without a version tag. The default matches GitHub. For
27-
# example xpkg.crossplane.io/crossplane/function-template-go.
28-
XPKG: xpkg.crossplane.io/${{ github.repository}}
27+
# example xpkg.crossplane.io/crossplane/function-template-go. Note that
28+
# xpkg.crossplane.io is just an alias for ghcr.io, so we upload to ghcr.io but
29+
# this'll be pulled from xpkg.crossplane.io.
30+
XPKG: ghcr.io/${{ github.repository}}
2931

3032
# The package version to push. The default is 0.0.0-gitsha.
3133
XPKG_VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)