This is an automated email from the ASF dual-hosted git repository.

rhoughton pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 8a04eb8  1.12 pr pipeline fix
8a04eb8 is described below

commit 8a04eb8d1fe27485f42fd6e2b2f67aacde92ce42
Author: Robert Houghton <[email protected]>
AuthorDate: Wed Mar 23 10:32:48 2022 -0700

    1.12 pr pipeline fix
---
 ci/pipelines/pull-request/jinja.template.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/pull-request/jinja.template.yml 
b/ci/pipelines/pull-request/jinja.template.yml
index a263cfd..3c1113f 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -73,12 +73,14 @@ resource_types:
 - name: gci
   type: registry-image
   source:
-    registry_mirror: mirror.gcr.io
+    registry_mirror:
+      host: mirror.gcr.io
     repository: smgoller/gci-resource
 - name: gcs-resource
   type: registry-image
   source:
-    registry_mirror: mirror.gcr.io
+    registry_mirror:
+      host: mirror.gcr.io
     repository: frodenas/gcs-resource
 - name: pull-request
   type: docker-image

Reply via email to