Use Docker hub credentials for CI tasks

This commit is contained in:
Brian Clozel
2023-06-15 13:20:51 +02:00
parent ea89bf2c91
commit 62eb9b391d
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ image_resource:
source:
repository: springio/github-changelog-generator
tag: '0.0.7'
username: ((docker-hub-username))
password: ((docker-hub-password))
inputs:
- name: git-repo
- name: artifactory-repo

View File

@@ -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