Fix 'docker push' command in the '.build_and_deploy' shared job
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