### Describe the feature @JEnoch requested that the release workflow should be able to release docker images for development branches for debugging purposes. He has a branch `backoff_debug` for https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds which he would like to publish a docker image tagged with the branch name. Running the release workflow with the following parameters, would end up publishing a docker image with the nightly tag instead of the branch name. ``` live-run: false release_number: backoff_debug zenoh_release_number: 0.11.0-rc.3 ```