I am trying to pull my docker container into google container registry using this tutorial , but when I run
gcloud docker push b.gcr.io/my-bucket/image-name
I get an error message:
The push refers to a repository [b.gcr.io/my-bucket/my-image] (len: 1) Sending image list Error: Status 403 trying to push repository my-bucket/my-image: "Access denied."
I could no longer find explanations (no -D, -debug, -verbose arguments were recognized), gcloud auth list and docker info tell me that I am connected to both services.
Anything I miss?
docker google-cloud-platform gcloud google-container-registry
hilnius
source share