Gitlabci for repo contain capital letter

Good day everyone…

I try using runner for deploy image and push docker image to docker registry using gitlabci file.
I find problem there some repo using capital letter make running docker build and push not working.
Any idea to solved that without change repo contain capital letter ?

Many thanks any help and solustion

have a nice day

make it lowercase when you use it for the image name only.

the constainers image name in the registry must consist of only the (lowercase) letters a-z, that is:

a b c d e f g h i j k l m n o p q r s t u v w x y z

if you have other letters, like for example (but not limited to):

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

you have to transform them first.

what executor are you using? and if you’re building in a container, which image is that build container using?