':' is just a connecting character, we can add it to the appropriate
place later in the Python script later, but it doesn't make sense to be
part of the image 'tag' string.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
ci/helper | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/helper b/ci/helper
index 8986772153..d3de6d96cb 100755
--- a/ci/helper
+++ b/ci/helper
@@ -40,7 +40,7 @@ class Parser:
)
containerparser.add_argument(
"--image-tag",
- default=":latest",
+ default="latest",
help="use container images with non-default tags",
)
--
2.41.0