mirror of https://github.com/docker/docs.git
Fix YAML indentation for nodejs CI/CD guide
This commit is contained in:
parent
0f1c5cbd60
commit
3964047c04
|
@ -209,7 +209,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