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.
This commit is contained in:
@@ -4,7 +4,9 @@ image_resource:
|
|||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
repository: springio/github-changelog-generator
|
repository: springio/github-changelog-generator
|
||||||
tag: '0.0.7'
|
tag: '0.0.8'
|
||||||
|
username: ((docker-hub-username))
|
||||||
|
password: ((docker-hub-password))
|
||||||
inputs:
|
inputs:
|
||||||
- name: git-repo
|
- name: git-repo
|
||||||
- name: artifactory-repo
|
- name: artifactory-repo
|
||||||
|
|||||||
Reference in New Issue
Block a user