Skip to content

Commit

Permalink
Merge "Add docker image push job to release pipeline"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 22, 2020
2 parents 5ba9979 + 57a7b45 commit d77be1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .zuul.d/zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
@@ -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 }}"

0 comments on commit d77be1a

Please sign in to comment.