Fix inconsistent image name in libvirt

Livirt is currently published with <os>-latest.
This is inconsistent with other images, as they are published under
the format <version>-<os>.

This fixes it.

Change-Id: I27133466bbddd404320fe46ec890e2c6dd0d638b
This commit is contained in:
Jean-Philippe Evrard 2019-03-29 10:58:12 +01:00
parent ab58d379c4
commit e0d40dd280
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@
- context: libvirt
repository: openstackhelm/libvirt
tags:
- opensuse_15-latest
- latest-opensuse_15
dockerfile: Dockerfile.suse_15
- context: libvirt
repository: openstackhelm/libvirt
dockerfile: Dockerfile.ubuntu_xenial
tags:
- ubuntu_xenial-latest
- latest-ubuntu_xenial
files: &libvirt_files
- libvirt/.*
- zuul.d/libvirt.yaml