Skip to content

Commit 52c921a

Browse files
authored
Merge pull request #181 from jastang/patch-1
Do not gate publishing to ghcr.io on a token for Upbound registry
2 parents 4db97a0 + f8abeed commit 52c921a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,4 @@ jobs:
176176
password: ${{ secrets.GITHUB_TOKEN }}
177177

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

0 commit comments

Comments
 (0)