Merge pull request #1204 from giovanism/patch-1

Update Pushing to Docker Hub to use v2 api
This commit is contained in:
Tejal Desai 2020-05-03 20:54:33 -07:00 committed by GitHub
commit f401b86746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ Create a `config.json` file with your Docker registry url and the previous gener
``` ```
{ {
"auths": { "auths": {
"https://index.docker.io/v1/": { "https://index.docker.io/v2/": {
"auth": "xxxxxxxxxxxxxxx" "auth": "xxxxxxxxxxxxxxx"
} }
} }