Unable to push to Google Container Registry - Permission issue
问题 I'm having the sample problem as Vaclav. I've followed the GCR quick start to the letter which entailed creating a new project (called gcr-project) and copying the code for a Flask (python) app. After building the docker image, I entered the commands: gcloud auth configure-docker docker tag quickstart-image gcr.io/gcr-project/quickstart-image:tag1 docker push gcr.io/gcr-project/quickstart-image:tag1 The response was: unauthorized: You don't have the needed permissions to perform this