Merge "Add docker image push job to release pipeline"
This commit is contained in:
commit
d77be1abf3
@ -95,7 +95,9 @@
|
|||||||
- rally-install-ubuntu-bionic
|
- rally-install-ubuntu-bionic
|
||||||
- rally-install-centos-7
|
- rally-install-centos-7
|
||||||
- rally-install-centos-8
|
- rally-install-centos-8
|
||||||
- rally-docker-build
|
- rally-docker-build:
|
||||||
|
vars:
|
||||||
|
docker_image_version: latest
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- rally-tox-docs
|
- rally-tox-docs
|
||||||
@ -110,4 +112,9 @@
|
|||||||
- rally-install-ubuntu-bionic
|
- rally-install-ubuntu-bionic
|
||||||
- rally-install-centos-7
|
- rally-install-centos-7
|
||||||
- rally-install-centos-8
|
- rally-install-centos-8
|
||||||
|
- rally-docker-build-and-push:
|
||||||
|
vars:
|
||||||
|
docker_image_version: latest
|
||||||
|
release:
|
||||||
|
jobs:
|
||||||
- rally-docker-build-and-push
|
- rally-docker-build-and-push
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
docker_repository: xrally/xrally
|
docker_repository: xrally/xrally
|
||||||
docker_image_version: latest
|
docker_image_version: "{{ zuul.tag }}"
|
||||||
docker_image_tag: "{{ docker_repository }}:{{ docker_image_version }}"
|
docker_image_tag: "{{ docker_repository }}:{{ docker_image_version }}"
|
Loading…
x
Reference in New Issue
Block a user