Follow up: CI: test build docker image

The previous patch forgot to push the tarball to openstack website.
This change adds a task to push it and replaces hard quote with soft
quote

Change-Id: I8619621b4348bff26808104e4f9e070c64429c3f
This commit is contained in:
wu.chunyang 2022-11-23 18:57:18 +08:00
parent 5a960b37a4
commit 3134fd478d
2 changed files with 3 additions and 2 deletions

View File

@ -65,4 +65,4 @@
become: true
archive:
path: "/opt/trove_registry/"
dest: '{{ ansible_user_dir }}/images/trove-datastore-registry-master.tar.gz'
dest: "{{ ansible_user_dir }}/images/trove-datastore-registry-master.tar.gz"

View File

@ -484,7 +484,8 @@
Build and publish trove datastore docker images to
tarballs.openstack.org.
run: playbooks/image-build/docker-registry.yaml
parent: publish-openstack-artifacts
post-run: playbooks/image-build/post.yaml
nodeset: trove-ubuntu-focal-single
required-projects:
- openstack/trove
- openstack/trove