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.
2 parents 509356e + 11b770f commit f92104aCopy full SHA for f92104a
.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