From bb4b9875d4fd6389e69286afd8b8e263f526a5cd Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Fri, 5 Feb 2021 21:44:17 +0100 Subject: [PATCH] Add a note on GCR and basic auth. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9472997..eb693ea 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Credentials are automatically taken from a previous `docker login` or specified [credential store and helpers](https://docs.docker.com/engine/reference/commandline/login/#credentials-store) used by docker. -Logging into Amazon ECR requires Basic auth. +Logging into Amazon ECR requires Basic auth, the same goes for Google GCR. ### Important command line flags