mirror of https://github.com/docker/docs.git
Fix YAML indentation for java CI/CD guide
This commit is contained in:
parent
3964047c04
commit
496ac045d4
|
@ -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 }}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue