Skip to content

Commit

Permalink
Merge pull request #22 from Avarei/fix/pipeline
Browse files Browse the repository at this point in the history
revert switch from docker login to crossplane xpkg login
  • Loading branch information
Avarei authored Jul 4, 2024
2 parents 8c83b7c + 9368e0f commit 5ffc981
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,12 @@ 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 != ''
run: "./crossplane --verbose xpkg login --username=${{ secrets.XPKG_ACCESS_ID }} --password=${{ secrets.XPKG_TOKEN }}"
with:
registry: xpkg.upbound.io
username: ${{ secrets.XPKG_ACCESS_ID }}
password: ${{ secrets.XPKG_TOKEN }}

# If a version wasn't explicitly passed as a workflow_dispatch input we
# default to version v0.0.0-<git-commit-date>-<git-short-sha>, for example
Expand Down

0 comments on commit 5ffc981

Please sign in to comment.