diff --git a/language/nodejs/configure-ci-cd.md b/language/nodejs/configure-ci-cd.md index bab6196aa3..87d17b9bee 100644 --- a/language/nodejs/configure-ci-cd.md +++ b/language/nodejs/configure-ci-cd.md @@ -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 }} ```