We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3583490 commit 67e6f1bCopy full SHA for 67e6f1b
.github/workflows/ci.yml
@@ -164,4 +164,6 @@ jobs:
164
165
- name: Push Multi-Platform Package to Upbound
166
if: env.XPKG_ACCESS_ID != ''
167
+ # XPKG repo name can't contain uppercase characters
168
+ # See https://github.com/orgs/community/discussions/25768#discussioncomment-8057564 for XPKG@L lowercase explanation
169
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${XPKG@L}:${{ env.XPKG_VERSION }}"
0 commit comments