Skip to content

Commit

Permalink
Add Upbound repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Saratura committed Jul 2, 2024
1 parent 120b51b commit 2e83541
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
# We currently don't have upbound credentials for this repo
# - name: Login to Upbound
# uses: docker/login-action@v2
# with:
# registry: xpkg.upbound.io
# username: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
# password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}
- name: Login to Upbound
uses: docker/login-action@v2
with:
registry: xpkg.upbound.io
username: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }}
password: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}

- name: Login to ghcr.io
uses: docker/login-action@v2
Expand Down

0 comments on commit 2e83541

Please sign in to comment.