rename deprecated environment variable

This commit is contained in:
Mike Greiling 2018-04-10 14:33:17 -05:00
parent 9382570ab4
commit e58d10ec07
No known key found for this signature in database
GPG key ID: 0303DF507FA67596

View file

@ -45,7 +45,7 @@ before_script:
.build_and_deploy_custom: &build_and_deploy_custom
stage: build
script:
- ./scripts/custom-docker-build $CI_BUILD_NAME -t "$CI_REGISTRY_IMAGE:$CI_JOB_NAME"
- ./scripts/custom-docker-build $CI_JOB_NAME -t "$CI_REGISTRY_IMAGE:$CI_JOB_NAME"
- docker push "$CI_REGISTRY_IMAGE:$CI_JOB_NAME"
only:
- master