From 755c9119b25e5d6cfe65d56b75166373687eec65 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Tue, 14 Nov 2023 15:15:21 -0600 Subject: [PATCH] use crossplane xpkg login Signed-off-by: Steven Borrelli --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d5c4a9..5d3ea0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,13 +144,9 @@ jobs: run: "curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh" - name: Login to Upbound - uses: docker/login-action@v3 if: env.XPKG_ACCESS_ID != '' - with: - registry: xpkg.upbound.io - username: ${{ secrets.XPKG_ACCESS_ID }} - password: ${{ secrets.XPKG_TOKEN }} - + run: "./crossplane xpkg login -a borrelli-org -t ${{ secrets.XPKG_TOKEN }}" + # If a version wasn't explicitly passed as a workflow_dispatch input we # default to version v0.0.0--, for example # v0.0.0-20231101115142-1091066df799. This is a simple implementation of