Authenticate to registry with personal token

This commit is contained in:
Bengt Giger 2020-12-19 21:16:55 +01:00
parent 38b17de46d
commit cc384292f0

View file

@ -93,7 +93,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.CR_PAT }}
- -
name: Checkout repository name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2