From ad3ed6bcf6f7debf854ae422eeec57b264cc0bd7 Mon Sep 17 00:00:00 2001 From: Giovan Isa Musthofa Date: Sun, 19 Apr 2020 14:44:49 +0700 Subject: [PATCH] Update Pushing to Docker Hub to use v2 api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 726dc2708..e4b26525a 100644 --- a/README.md +++ b/README.md @@ -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" } }