Authenticate to registry with personal token
This commit is contained in:
parent
38b17de46d
commit
cc384292f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docker_latest.yml
vendored
2
.github/workflows/build_docker_latest.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue