From 2e3dc77e9900074f9ea6457170a98f8a1f114312 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 5 Dec 2020 07:49:38 +0100 Subject: [PATCH] Switch to Concourse's registry-image resource --- ci/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 14df1412..ac21cc63 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -10,12 +10,12 @@ resource_types: repository: teliaoss/github-pr-resource tag: v0.21.0 - name: github-status-resource - type: docker-image + type: registry-image source: repository: dpb587/github-status-resource tag: master - name: slack-notification - type: docker-image + type: registry-image source: repository: cfcommunity/slack-notification-resource tag: latest @@ -53,7 +53,7 @@ resources: branch: ((branch)) paths: ["ci/images/*"] - name: initializr-ci-image - type: docker-image + type: registry-image source: repository: springci/initializr-ci-image username: ((docker-hub-username))