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:
parent
5a960b37a4
commit
3134fd478d
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user