Question
Container Registry Authentication Failed
I’m using the following command in my GitLab pipeline but it always returns that it cannot authenticate.
I tried it on my local CLI but still fails. I’m using the following command.
docker login -u <Access Token Name> -p <Token Value> registry.digitalocean.com
I generated a new access token to see if it works but still nothing.
Any suggestions?
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.
×