Draft: Resolve "Default docker image name too long"
2 unresolved threads
2 unresolved 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 @@
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.