[libvirt PATCH 23/33] ci: helper: Don't make ':' literal a static part of the image tag

Erik Skultety eskultet at redhat.com
Fri Aug 25 17:55:31 UTC 2023


':' 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 at 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



More information about the libvir-list mailing list