Error when using: docker login registry.gitlab.com
Yesterday everything worked without issue but I had a token that expired and nopw cant change this or log into my gitlab docker repo.
I have run the below to try and log back into gitlab with a new access token:
docker login registry.gitlab.com/v2/
But when I run this and enter my username and new access token I nopw get the below error:
Error response from daemon: Get "https://registry.gitlab.com/v2/": error parsing HTTP 403 response body: unexpected end of JSON input: ""
I am running Docker vbersion 20.10.17 and have checked it is up to date. I have tried pulling a container with docker pull but get an access forbidden error.