]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: helper: Don't make ':' literal a static part of the image tag
authorErik Skultety <eskultet@redhat.com>
Thu, 24 Aug 2023 08:32:24 +0000 (10:32 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commitf6f930b43586cfe28fa995e7cc35c620eb1a02fe
tree5687f237715a23caab6308ed5e320210fb878f46
parent5f78628fb69a0d45612ee87dadbe4189ee0d5492
ci: helper: Don't make ':' literal a static part of the image tag

':' 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@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/helper