Skip to content

Commit

Permalink
Added ghcr registry auth in kctrl test gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Sethiya <[email protected]>
  • Loading branch information
sethiyash committed Feb 12, 2024
1 parent c91aaa1 commit fbce805
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 175 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-kctrl-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
with:
only: ytt, kbld, imgpkg, vendir, kapp
token: ${{ secrets.GITHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: |
set -e -x
Expand Down
Loading

0 comments on commit fbce805

Please sign in to comment.