Error trying to upload an image to my repository

A few days ago, I came across this message telling me that I don’t have permission to upload my image to my repository.

I thought it was something related to a space limit, but I’ve tried everything and still can’t solve it. I’ve already removed config.json and tried everything.

Is anyone else experiencing this?

❯ docker login -u sojnar

Password:

Login Succeeded

❯ docker push sojnar/jenkins-lab:1.0.0

The push refers to repository [docker.io/sojnar/jenkins-lab]

5601cefd503f: Preparing

aa5c4dd8a9e8: Preparing

7cba3ca5c4f9: Preparing

9c35bdd31a15: Preparing

c7c24b6dca76: Preparing

c53d73736131: Waiting

bac3b0f2d4d8: Waiting

24d5dc390567: Waiting

235837b797e3: Waiting

10f82fcbc966: Waiting

ec9aa1e46061: Waiting

2e1c794a196e: Waiting

9e309fc41f89: Waiting

e382f3c8d182: Waiting

denied: requested access to the resource is denied

Yes, there was an issue a few days ago, but it should be resolved.

If it came back, you could report it on GitHub

or if you have a subscription, you could contact Docker support. Your username and image name seems to be correct, so after logging in, it should have worked. I tried to push an image to Docker Hub and it worked for me too.

How did you install Docker? Is it Docker Desktop or Docker CE?