mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Use the non-deprecated registry and the GITHUB_TOKEN in the example
So it works real quick.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user