Oprava chyby
This commit is contained in:
parent
6f4cde34dc
commit
78bc69fdc0
|
@ -3,7 +3,7 @@ image: docker:19.03.1
|
|||
variables:
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
IMAGE_TAG_APP: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
IMAGE_TAG_NGINX: $CI_REGISTRY_IMAGE-nginx:$CI_COMMIT_REF_SLUG
|
||||
IMAGE_TAG_NGINX: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-nginx
|
||||
|
||||
services:
|
||||
- docker:19.03.1-dind
|
||||
|
|
Loading…
Reference in New Issue