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 6976dbf commit ece032fCopy full SHA for ece032f
.github/workflows/ci.yml
@@ -176,4 +176,5 @@ jobs:
176
password: ${{ secrets.GITHUB_TOKEN }}
177
178
- name: Push Multi-Platform Package to GHCR
179
+ if: env.XPKG_ACCESS_ID != ''
180
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.CROSSPLANE_REGORG }}:${{ env.XPKG_VERSION }}"
0 commit comments