You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2021/02/05 22:23:48 UTC

[geode] branch support/1.12 updated: fix resource-type for new concourse

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 d7a929b  fix resource-type for new concourse
d7a929b is described below

commit d7a929b4b615988184259ce8aa654430ea98d83b
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Fri Feb 5 14:22:27 2021 -0800

    fix resource-type for new concourse
---
 ci/pipelines/geode-build/jinja.template.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/geode-build/jinja.template.yml b/ci/pipelines/geode-build/jinja.template.yml
index a5be565..7bb138b 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -237,9 +237,10 @@ resource_types:
     tag: latest
     username: ((docker-username))
 - name: gcs-resource
-  type: docker-image
+  type: registry-image
   source:
-    registry_mirror: mirror.gcr.io
+    registry_mirror:
+      host: mirror.gcr.io
     repository: frodenas/gcs-resource
 jobs:
 {% for semverPiece in ['major', 'minor', 'patch'] -%}