mirror of https://github.com/docker/docs.git
docs: update github-actions.md
Due to the wrong yaml format, failed to login in ghcr.io
This commit is contained in:
parent
66a1f9c60c
commit
27674691e2
|
@ -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 }}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue