Resolve "build-qa-image job breaks in gitlab-foss"
What does this MR do?
- Change cache image for
gitlab-qa
to use${CI_PROJECT_PATH}
.
-
ce
image used bygitlab-foss
pipeline is pushed togitlab-org/gitlab-foss
container registry, so usinggitlab-org/gitlab
instead of${CI_PROJECT_PATH}
breaks thegitlab-foss
pipeline. - 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 login
to 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