From d10f5e95cea66de637416197c46c4b302daac197 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 12 Jul 2018 16:20:29 -0500 Subject: [PATCH] Specify a prefix for building the images So that we can eventually push them to dockerhub, as well as consume them ourselves, specify a 'prefix' for the images. This will get us images like zuul/zuul-executor. Change-Id: Ib4c0ec9b32cf543570c6176bfdd200043c7f1a8f Depends-On: https://review.openstack.org/582391 --- .zuul.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ad8b7f7dcd..e1bb2f5a8f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -98,7 +98,9 @@ - yarn.lock - zuul-stream-functional - zuul-tox-remote - - pbrx-build-container-images + - pbrx-build-container-images: + vars: + pbrx_prefix: zuul - nodepool-zuul-functional: voting: false gate: @@ -133,7 +135,9 @@ - yarn.lock - zuul-stream-functional - zuul-tox-remote - - pbrx-build-container-images + - pbrx-build-container-images: + vars: + pbrx_prefix: zuul post: jobs: - publish-zuul-docs