You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will happen if you're using the GitLab documentation as written, with IMAGE: $CI_PROJECT_PATH (which is <namespace>/<project>, and not actually correct). Reg resolves this properly, but it should be IMAGE: $CI_REGISTRY_IMAGE (or whatever the image name is, including the $CI_REGISTRY domain), which is the complete name of the repository.
GitLab doesn't have its own way to delete container images from their registry. Their documentation suggests to use
reg rm
to tackle the problem.When I run the suggested setup the output states "Deleted docker.io/...", which is a bit irritating.
I understand that the output states "server address: registry.gitlab.com" in line two. But this is easily overlooked.
Shouldn't the last line of the output use the actual registry server address?
The text was updated successfully, but these errors were encountered: