Report this

What is the reason for this report?

Using DO k8s container registry: authentication required - gitactions

Posted on February 11, 2021

I am deploying to digitalocean kubernetes using gitactions. I am also using the container registry on digitalocean.

I keep getting the error unauthorized: authentication required when I try to push the docker image.

By the way, this has been running smoothly before. Nothing was changed for the credentials - I am not sure why it failed to work all of a sudden.



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

So I figured out why this was happening. I was generating short-lived auth tokens. My CI process was taking longer than usual to build the image, so the token expired before it was being used.

Increasing the timeout seconds resolved it.

La documentacion para resolver estos problemas es pésima. Tengo un problema parecido. doctl no funciona en jenkins para autenticarse y hacer push al registry de DO

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.