Skip to content

Commit

Permalink
Merge pull request #1204 from giovanism/patch-1
Browse files Browse the repository at this point in the history
Update Pushing to Docker Hub to use v2 api
  • Loading branch information
tejal29 authored May 4, 2020
2 parents fe0500f + ad3ed6b commit f401b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Create a `config.json` file with your Docker registry url and the previous gener
```
{
"auths": {
"https://index.docker.io/v1/": {
"https://index.docker.io/v2/": {
"auth": "xxxxxxxxxxxxxxx"
}
}
Expand Down

0 comments on commit f401b86

Please sign in to comment.