Merge pull request #12431 from liuxingyu521/patch-1

docs: update github-actions.md
This commit is contained in:
Usha Mandya 2021-03-05 14:08:38 +00:00 committed by GitHub
commit 1e773fde8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ Next, change your Docker Hub login to a GitHub container registry login:
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
registry: ghcr.io
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
```