From 8ff0c598103713b4718f8730f008c934e83edf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Wed, 6 Oct 2021 17:16:19 +0200 Subject: [PATCH] Change name to project path to avoid conflicts --- 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 b9c6251..0214c7a 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_NAME} + DOCKER_PUSH_NAME: ${CI_PROJECT_PATH_SLUG} DOCKER_PUSH_TAG: ${CI_COMMIT_REF_SLUG} DDEPLOY_YAML: ddeploy.yaml before_script: -- GitLab