Skip to content

Commit e6d5b38

Browse files
committed
Use docker credentials for fetching changelog image
This commit updates the CI pipeline to use the configured docker credentials for fetching the changelog-generator CI image for the relevant task.
1 parent c206866 commit e6d5b38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/tasks/generate-changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ image_resource:
44
type: registry-image
55
source:
66
repository: springio/github-changelog-generator
7-
tag: '0.0.7'
7+
tag: '0.0.8'
8+
username: ((docker-hub-username))
9+
password: ((docker-hub-password))
810
inputs:
911
- name: git-repo
1012
- name: artifactory-repo

0 commit comments

Comments
 (0)