Fix YAML indentation for java CI/CD guide

This commit is contained in:
AJ Bovaird 2021-04-27 10:51:30 -04:00
parent 3964047c04
commit 496ac045d4
1 changed files with 1 additions and 1 deletions

View File

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