Skip to content

Commit 5efa4ad

Browse files
committed
Pull images with registry-image resource in build
1 parent 7ef3257 commit 5efa4ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ anchors:
3737

3838
resource_types:
3939
- name: artifactory-resource
40-
type: docker-image
40+
type: registry-image
4141
source:
4242
repository: springio/artifactory-resource
4343
tag: 0.0.12
4444
- name: github-status-resource
45-
type: docker-image
45+
type: registry-image
4646
source:
4747
repository: dpb587/github-status-resource
4848
tag: master
4949
- name: slack-notification
50-
type: docker-image
50+
type: registry-image
5151
source:
5252
repository: cfcommunity/slack-notification-resource
5353
tag: latest

0 commit comments

Comments
 (0)