Skip to content

Use predefined env variable for GitLab Registry Login

hashworks requested to merge ci/fixRegistryLogin into master

Currently, all builds fail since the secure runner jobs use $GITLAB_PROJECT_USER and $GITLAB_PROJECT_TOKEN which have been defined as Project CI Variables (by @shibumi I think).

I don't know why they don't use the pre-defined environment variables like the image:build job, so let's give this a try.

Merge request reports