Re: [libvirt PATCH 5/5] ci: Improve CI_IMAGE_TAG handling

2020-06-02 Thread Andrea Bolognani
On Tue, 2020-06-02 at 11:37 +0100, Daniel P. Berrangé wrote: > On Fri, May 29, 2020 at 03:00:44PM +0200, Andrea Bolognani wrote: > > -# The default tag is ':latest' but if the container > > +# The default tag is 'latest' but if the container > > # repo above uses different conventions this can

Re: [libvirt PATCH 5/5] ci: Improve CI_IMAGE_TAG handling

2020-06-02 Thread Daniel P . Berrangé
On Fri, May 29, 2020 at 03:00:44PM +0200, Andrea Bolognani wrote: > Since we're already building the full container image reference > dynamically at this point, we can finally get rid of the annoying > requirement to include ":" in CI_IMAGE_TAG. > > Signed-off-by: Andrea Bolognani > --- >

[libvirt PATCH 5/5] ci: Improve CI_IMAGE_TAG handling

2020-05-29 Thread Andrea Bolognani
Since we're already building the full container image reference dynamically at this point, we can finally get rid of the annoying requirement to include ":" in CI_IMAGE_TAG. Signed-off-by: Andrea Bolognani --- ci/Makefile | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff