From ecda507ce9c650a27ed6418df694393524ed911f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Mon, 25 Oct 2021 13:29:27 +0200 Subject: [PATCH] Use non slug version of CI_PROJECT_PATH --- ci-templates/industrial-ci-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index fe50361..e17d608 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -18,7 +18,7 @@ stage: deploy variables: DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL} - DOCKER_PUSH_NAME: ${CI_PROJECT_PATH_SLUG} + DOCKER_PUSH_NAME: ${CI_PROJECT_PATH} DDEPLOY_YAML: ddeploy.yaml before_script: - apk add --update python3 git py3-pip git-lfs -- GitLab