Update Pushing to Docker Hub to use v2 api

This commit is contained in:
Giovan Isa Musthofa 2020-04-19 14:44:49 +07:00 committed by GitHub
parent 1534f90c93
commit ad3ed6bcf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,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"
}
}