diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e966597..dbd4a71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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