Draft: Resolve "Default docker image name too long"
2 open threads
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -43,6 +43,14 @@
@@ -43,6 +43,14 @@
- curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/enforce_labels.bash | bash -s -- ${DOCKER_ID}
Why create a third variable? The
DOCKER_PUSH_NAME
is already a variable that you could change with the CI and that usesCI_PROJECT_PATH
.I would suggest changing the
DOCKER_PUSH_NAME
default to empty, and check it here.