Skip to content

Replace / in releash branch name with - when tagging docker image

Cody Messick requested to merge cody.messick/gwcelery:docker_main_tags_only into main

The new docker CI jobs barf when a branch name contains "/" in it like our release branches do. This MR just changes the "/" to a "-" in the name, i.e. the docker image will tag release/v2.2 with release-v2.2.

Merge request reports