Skip to content

Commit

Permalink
fix: wrong registry if used with CR_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Oct 9, 2023
1 parent 1103ef9 commit 19b89db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

Expand Down

0 comments on commit 19b89db

Please sign in to comment.