File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,15 @@ resource_types:
3131- name : artifactory-resource
3232 type : registry-image
3333 source :
34+ username : ((docker-hub-username))
35+ password : ((docker-hub-password))
3436 repository : springio/artifactory-resource
35- tag : 0.0.17
37+ tag : 0.0.18
3638- name : github-release
3739 type : registry-image
3840 source :
41+ username : ((docker-hub-username))
42+ password : ((docker-hub-password))
3943 repository : concourse/github-release-resource
4044 tag : 1.7.0
4145resources :
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ platform: linux
33image_resource :
44 type : registry-image
55 source :
6- repository : vito/oci-build-task
6+ username : ((docker-hub-username))
7+ password : ((docker-hub-password))
8+ repository : concourse/oci-build-task
9+ tag : ' 0.11.0'
710inputs :
811- name : ci-images-git-repo
912outputs :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ platform: linux
33image_resource :
44 type : registry-image
55 source :
6+ username : ((docker-hub-username))
7+ password : ((docker-hub-password))
68 repository : springio/github-changelog-generator
79 tag : ' 0.0.6'
810inputs :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ platform: linux
33image_resource :
44 type : registry-image
55 source :
6+ username : ((docker-hub-username))
7+ password : ((docker-hub-password))
68 repository : springio/concourse-release-scripts
79 tag : ' 0.3.4'
810inputs :
You can’t perform that action at this time.
0 commit comments