We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3fe33 commit e6d4eb5Copy full SHA for e6d4eb5
.github/workflows/ci.yml
@@ -24,8 +24,10 @@ env:
24
XP_VERSION: v1.20.0
25
26
# 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}}
+ # example xpkg.crossplane.io/crossplane/function-template-go. Note that
+ # 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}}
31
32
# The package version to push. The default is 0.0.0-gitsha.
33
XPKG_VERSION: ${{ inputs.version }}
0 commit comments