Skip to content

[FIX] gitlab_tools: remove the upper case and other invalid characters from the image name

Now the build also removed the upper case and other invalid characters from the name before building the image name, here is the test build where it changed from DUMMY-remove_invalid-#123chars%&-_=+;>,< to dummy-remove_invalid-123chars_

Merge request reports