Skip to content

Commit

Permalink
Authenticate with Docker Hub to pull release-related images
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Aug 10, 2023
1 parent 99e8389 commit a457cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/tasks/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ image_resource:
source:
repository: springio/github-changelog-generator
tag: '0.0.6'
username: ((docker-hub-username))
password: ((docker-hub-password))
inputs:
- name: git-repo
- name: artifactory-repo
Expand Down
2 changes: 2 additions & 0 deletions ci/tasks/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ image_resource:
source:
repository: springio/concourse-release-scripts
tag: '0.3.4'
username: ((docker-hub-username))
password: ((docker-hub-password))
inputs:
- name: git-repo
- name: artifactory-repo
Expand Down

0 comments on commit a457cd4

Please sign in to comment.