There was an error while loading. Please reload this page.
2 parents cea7de5 + e0b61f1 commit 642b058Copy full SHA for 642b058
1 file changed
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
181
182
- name: Login to Upbound
183
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
184
if: env.XPKG_ACCESS_ID != ''
185
with:
186
registry: xpkg.upbound.io
@@ -200,7 +200,7 @@ jobs:
200
run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
201
202
- name: Login to GHCR
203
204
205
registry: ghcr.io
206
username: ${{ github.repository_owner }}
0 commit comments