Skip to content

Commit

Permalink
ci: login to registry before building CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Dec 15, 2023
1 parent 6b07af4 commit dcf986c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@ jobs:
useCache: "true"
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}

- name: Log in to the Container registry
uses: ./.github/actions/container_registry_login
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build CLI
uses: ./.github/actions/build_cli
with:
Expand Down

0 comments on commit dcf986c

Please sign in to comment.