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-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
|
||||
|
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user