Fix YAML indentation for nodejs CI/CD guide

This commit is contained in:
AJ Bovaird 2021-04-27 10:50:45 -04:00
parent 0f1c5cbd60
commit 3964047c04
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}
```