[libvirt] [PATCH 1/3] ci: Use default image tag "latest"

Andrea Bolognani posted 3 patches 6 years, 7 months ago
There is a newer version of this series
[libvirt] [PATCH 1/3] ci: Use default image tag "latest"
Posted by Andrea Bolognani 6 years, 7 months ago
Up until now, our images have been tagged as "master" instead
of the default "latest" due to the way the build process
worked, but we're using the default now.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 Makefile.ci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.ci b/Makefile.ci
index 241c58d2d4..009d0df8fa 100644
--- a/Makefile.ci
+++ b/Makefile.ci
@@ -53,7 +53,7 @@ CI_IMAGE_PREFIX = quay.io/libvirt/buildenv-
 
 # The default tag is ':latest' but if the container
 # repo above uses different conventions this can override it
-CI_IMAGE_TAG = :master
+CI_IMAGE_TAG = :latest
 
 # We delete the virtual root after completion, set
 # to 0 if you need to keep it around for debugging
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list