Skip to content

Commit

Permalink
Promote also base and openstack-base containers
Browse files Browse the repository at this point in the history
Promote to docker.io base CentOS containers which are base
for all other containers.

Change-Id: I0deb3748586ff46b63af949a46e72da6a21f6e4c
  • Loading branch information
sshnaidm committed May 13, 2018
1 parent cbc0ea2 commit 99c6483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-scripts/container-push/container-push.yml
Expand Up @@ -60,6 +60,8 @@
echo "ERROR =========== container list is empty THIS IS A CRITICAL BUG in the container push playbook";
exit 1
fi
echo "base" >> {{ containers_file }}
echo "openstack-base" >> {{ containers_file }}
- name: run container tagging and always cleanup at the end
block:
Expand Down

0 comments on commit 99c6483

Please sign in to comment.