We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fc464 commit 755c911Copy full SHA for 755c911
.github/workflows/ci.yml
@@ -144,13 +144,9 @@ jobs:
144
run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh"
145
146
- name: Login to Upbound
147
- uses: docker/login-action@v3
148
if: env.XPKG_ACCESS_ID != ''
149
- with:
150
- registry: xpkg.upbound.io
151
- username: ${{ secrets.XPKG_ACCESS_ID }}
152
- password: ${{ secrets.XPKG_TOKEN }}
153
-
+ run: "./crossplane xpkg login -a borrelli-org -t ${{ secrets.XPKG_TOKEN }}"
+
154
# If a version wasn't explicitly passed as a workflow_dispatch input we
155
# default to version v0.0.0-<git-commit-date>-<git-short-sha>, for example
156
# v0.0.0-20231101115142-1091066df799. This is a simple implementation of
0 commit comments