Resolve "build-qa-image job breaks in gitlab-foss"
What does this MR do?
- Change cache image for
gitlab-qato use${CI_PROJECT_PATH}.
-
ceimage used bygitlab-fosspipeline is pushed togitlab-org/gitlab-fosscontainer registry, so usinggitlab-org/gitlabinstead of${CI_PROJECT_PATH}breaks thegitlab-fosspipeline. - Given that security repo now has this image built on master branch, the security pipeline would be able to pull and push the new image using
${CI_PROJECT_PATH}.
- Move
docker loginto beforedocker pull, because the security repo container registry requires log in to pull images from.
This change is verified in security repo in this job:
Does this MR meet the acceptance criteria?
Conformity
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Closes #119318 (closed)
Edited by Albert Salim