Replace all slashes by dashes in tag names

Previously tag names were derived by replacing only the first slash in
the branch name by a dash, but that doesn't work if slashes are used to
namespace branches. Use a slightly different form of the bash string
replacement expression to replace all slashes.

Signed-off-by: Thierry Reding <treding@nvidia.com>
3 files changed