Skip to content

Commit f92104a

Browse files
authored
Merge pull request #9 from negz/ghcr
Always push to GHCR
2 parents 509356e + 11b770f commit f92104a

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)