Skip to content

Hi,

I try to build my project with a docker image from the project registry.

My image is register here :

https://gitlab.com/nicolas-bastien/formation-infolegales/container_registry

Container_Registry___Nicolas_Bastien___formation_infolegales___GitLab

I try to use it in .gitlab-ci.yml like this :

image: registry.gitlab.com/nicolas-bastien/formation-infolegales:latest

But the build fails like this :

qualimetry___1954500____Builds___Nicolas_Bastien___formation_infolegales___GitLab

You can see the related build here : https://gitlab.com/nicolas-bastien/formation-infolegales/builds/1954500

Did I missed something in my configuration or is this an issue ?

Thanks a lot for you answer and thanks a lot for your work.

Nicolas