Skip to content

Commit a457cd4

Browse files
committed
Authenticate with Docker Hub to pull release-related images
1 parent 99e8389 commit a457cd4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/tasks/generate-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ image_resource:
55
source:
66
repository: springio/github-changelog-generator
77
tag: '0.0.6'
8+
username: ((docker-hub-username))
9+
password: ((docker-hub-password))
810
inputs:
911
- name: git-repo
1012
- name: artifactory-repo

ci/tasks/promote.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ image_resource:
55
source:
66
repository: springio/concourse-release-scripts
77
tag: '0.3.4'
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)