Skip to content

Commit f8abeed

Browse files
committed
Do not gate publishing to ghcr.io on a token for the Upbound registry
Signed-off-by: Jason Tang <[email protected]>
1 parent 211d292 commit f8abeed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,4 @@ jobs:
175175
password: ${{ secrets.GITHUB_TOKEN }}
176176

177177
- name: Push Multi-Platform Package to GHCR
178-
if: env.XPKG_ACCESS_ID != ''
179178
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.CROSSPLANE_REGORG }}:${{ env.XPKG_VERSION }}"

0 commit comments

Comments
 (0)