ACE-TI Gitlab

Skip to content

Use branch name as tag name

Alejandro Casado requested to merge use_branch_name_as_tag_name into main

now we avoid executing multiple pipelines if they are not used

  • Example, if we create a branch and SITL is the same as main, it will not be CICD

Now when CICD a docker, it will have as TAG the name of the branch (parsing not allowed characters like áéíóú !? and mayus)

Merge request reports

Loading