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

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


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new ef2d5b9  CI: fix registry-image mirror syntax
ef2d5b9 is described below

commit ef2d5b96787c5c02d5582b75ee403a5b9ffe93d1
Author: Robert Houghton <[email protected]>
AuthorDate: Tue Mar 22 16:19:13 2022 -0700

    CI: fix registry-image mirror syntax
---
 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 39a19a0..33541c6 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