Merge "Add docker image push job to release pipeline"

This commit is contained in:
Zuul 2020-03-22 20:33:09 +00:00 committed by Gerrit Code Review
commit d77be1abf3
2 changed files with 9 additions and 2 deletions

View File

@ -95,7 +95,9 @@
- rally-install-ubuntu-bionic
- rally-install-centos-7
- rally-install-centos-8
- rally-docker-build
- rally-docker-build:
vars:
docker_image_version: latest
gate:
jobs:
- rally-tox-docs
@ -110,4 +112,9 @@
- rally-install-ubuntu-bionic
- rally-install-centos-7
- rally-install-centos-8
- rally-docker-build-and-push:
vars:
docker_image_version: latest
release:
jobs:
- rally-docker-build-and-push

View File

@ -1,3 +1,3 @@
docker_repository: xrally/xrally
docker_image_version: latest
docker_image_version: "{{ zuul.tag }}"
docker_image_tag: "{{ docker_repository }}:{{ docker_image_version }}"