I have been looking in how to pull private images and I found this.
I'm trying to use the drone cli to it but when i use this command
drone registry add \
--repository octocat/hello-world \
--hostname gcr.io \
--username _json_key \
--password @/absolute/path/to/keyfile.json
It returns me a error:
Client error: 404
Any help?