Skip to content

Commit ece032f

Browse files
committed
Don't try push from forks
Signed-off-by: Nic Cope <[email protected]>
1 parent 6976dbf commit ece032f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)