1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 00:02:28 +00:00

CI_REGISTRY_NAME

This commit is contained in:
J. Fernando Sánchez 2017-02-13 18:34:35 +01:00
parent 39d86a2050
commit 068241fb72

View File

@ -5,7 +5,7 @@ image: docker:latest
# improved performance.
variables:
DOCKER_DRIVER: overlay
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG
IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_BUILD_TAG
DOCKERFILE: Dockerfile
stages: