From 5efa4ad4429f078c58789da8bdcd07ca139da4aa Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 7 Dec 2020 20:38:07 +0100 Subject: [PATCH] Pull images with registry-image resource in build --- ci/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 38e7a4f4d8..7e9270ff48 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -37,17 +37,17 @@ anchors: resource_types: - name: artifactory-resource - type: docker-image + type: registry-image source: repository: springio/artifactory-resource tag: 0.0.12 - 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