Skip to content

Commit 11b770f

Browse files
committed
Always push to GHCR
There's no reason to gate this on XPKG (Upbound) creds. Signed-off-by: Nic Cope <[email protected]>
1 parent 7348b47 commit 11b770f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,4 @@ jobs:
174174
password: ${{ secrets.GITHUB_TOKEN }}
175175

176176
- 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 }}"
177+
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.CROSSPLANE_REGORG }}:${{ env.XPKG_VERSION }}"

0 commit comments

Comments
 (0)