Authenticate to registry with github_token

This commit is contained in:
Bengt Giger 2020-12-19 21:02:04 +01:00
parent 0ad903e48e
commit 38b17de46d

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.CR_PAT }} password: ${{ secrets.GITHUB_TOKEN }}
- -
name: Checkout repository name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2