switch to ghcr token in docker action
This commit is contained in:
parent
32f37e5526
commit
91d4c75b25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image to ghcr.io
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue