Skip to content

Commit 4fdd565

Browse files
committed
Update CI pipeline
1 parent 458bd3b commit 4fdd565

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci/pipeline.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,20 @@ resource_types:
4242
source:
4343
repository: springio/artifactory-resource
4444
tag: "0.0.18"
45+
username: ((docker-hub-username))
46+
password: ((docker-hub-password))
4547
- name: pull-request
4648
type: registry-image
4749
source:
4850
repository: teliaoss/github-pr-resource
51+
username: ((docker-hub-username))
52+
password: ((docker-hub-password))
4953
- name: slack-notification
5054
type: registry-image
5155
source:
5256
repository: cfcommunity/slack-notification-resource
53-
tag: latest
57+
username: ((docker-hub-username))
58+
password: ((docker-hub-password))
5459
resources:
5560
- name: git-repo
5661
type: git

0 commit comments

Comments
 (0)