Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Barz
03cc45af18 fix: no tag prefix for containers 2025-11-30 21:04:49 +01:00

View File

@@ -1658,7 +1658,7 @@ def dockerRelease(ctx, repo, build_type):
# if no additional tag is given, the build-plugin adds latest
hard_tag = "daily"
if ctx.build.event == "tag":
tag_version = ctx.build.ref.replace("refs/tags/", "")
tag_version = ctx.build.ref.replace("refs/tags/v", "")
tag_parts = tag_version.split("-")
# if a tag has something appended with "-" i.e. alpha, beta, rc1...