I'm having trouble pushing to GitLab Container Registry.
I can login successfully using my username and a personal access token but when I try to push the image to the registry, I get the following error:
$ docker push registry.gitlab.com/[groupname]/dockerfiles/nodemon
The push refers to a repository
[registry.gitlab.com/[groupname]/dockerfiles/nodemon]
15d2ea6e1aeb: Preparing
2260f979a949: Preparing
f8e848bb8c20: Preparing
740a5345706a: Preparing
5bef08742407: Preparing
denied: requested access to the resource is denied
I assume the issue is not with authentication because when I run a docker login registry.gitlab.com, I get a Login Succeeded message.
Where is the problem?
How should I push my images to GitLab Container Registry?
[groupname]/dockerfiles/nodemonon GitLab? - gregnr[groupname]/dockerfilesbut GitLab's documentation states that it supports up to 3 levels of image names so[groupname]/dockerfiles/nodemonis a valid name. Btw, using[groupname]/dockerfilesalso causes the same issue. - Kayvan MazaheriContainer Registryenabled? - gregnr