Changed separator in image name
This commit is contained in:
parent
8c395ebeb3
commit
3bd96da631
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ deploy:
|
||||||
image: "docker:19.03.12"
|
image: "docker:19.03.12"
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
IMAGE_NAME: "$DOCKER_IMAGE_TAG:$CI_JOB_ID_$CI_COMMIT_SHORT_SHA"
|
IMAGE_NAME: "$DOCKER_IMAGE_TAG:$CI_JOB_ID.$CI_COMMIT_SHORT_SHA"
|
||||||
services:
|
services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue