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