Use the non-deprecated registry and the GITHUB_TOKEN in the example

So it works real quick.
This commit is contained in:
Lars
2021-08-06 15:55:26 +02:00
committed by GitHub
parent 4601b32fbc
commit 975ca28fe8

View File

@@ -57,9 +57,9 @@ If you're using GitHub Packages Docker or GitHub Container Registry, you might a
```yaml
with:
name: owner/repository/image
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
```
### snapshot