Skip to content

Use correct image id during triggered docker build

Balasankar 'Balu' C requested to merge fix-triggered-docker-build into master

We build the images as registry.gitlab.com/gitlab-org/omnibus-gtiab/gitlab-ce:latest, but try to access them as gitlab-org/omnibus-gtiab/gitlab-ce:latest. The registry.gitlab.com prefix is missing.

Successful build: https://gitlab.com/gitlab-org/omnibus-gitlab/pipelines/9410980

Merge request reports