By lynnna-xu
hi, i could successfully do doctl registry login, i could also tag successfully, but still i got this error when i tried to push: unauthorized: authentication required
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi there,
It sounds like that you might not be using the correct tag naming convention. You need to make sure that the tag follows this convention:
registry.digitalocean.com/<my-registry>/<my-image>
Here is a quick overview on how to do this:
Use the registry login
command to authenticate Docker with your registry:
doctl registry login
Copy
Use the docker tag
command to tag your image with the fully qualified destination path:
docker tag <my-image> registry.digitalocean.com/<my-registry>/<my-image>
Copy
Use the docker push
command to upload your image:
docker push registry.digitalocean.com/<my-registry>/<my-image>
Let me know how it goes!
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.