Skip to content

Fix 'docker push' command in the '.build_and_deploy' shared job

Rémy Coutable requested to merge fix-push-jobs into master

As can be seen in https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/1031174682, the docker push command is currently failing because it's trying to push $CI_REGISTRY_IMAGE:$CI_JOB_NAME instead of $CI_REGISTRY_IMAGE:$1.

Edited by Rémy Coutable

Merge request reports