Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,14 @@ jobs:

- name: Login to Upbound Marketplace
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
if: env.XPKG_ACCESS_ID != ''
with:
registry: xpkg.upbound.io/upbound
username: ${{ secrets.XPKG_ACCESS_ID }}
password: ${{ secrets.XPKG_ACCESS_TOKEN }}

- name: Publish Artifacts
if: env.XPKG_ACCESS_ID != ''
run: |
make publish BRANCH_NAME=${GITHUB_REF##*/}
env:
Expand Down Expand Up @@ -180,10 +182,10 @@ jobs:
with:
skip-login: true
channel: main
version: v0.39.0-384.g0a0c8634

- name: Login to Upbound Marketplace
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
if: env.XPKG_ACCESS_ID != ''
with:
registry: xpkg.upbound.io/upbound
username: ${{ secrets.XPKG_ACCESS_ID }}
Expand Down