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:
31
31
- name : artifactory-resource
32
32
type : registry-image
33
33
source :
34
+ username : ((docker-hub-username))
35
+ password : ((docker-hub-password))
34
36
repository : springio/artifactory-resource
35
- tag : 0.0.17
37
+ tag : 0.0.18
36
38
- name : github-release
37
39
type : registry-image
38
40
source :
41
+ username : ((docker-hub-username))
42
+ password : ((docker-hub-password))
39
43
repository : concourse/github-release-resource
40
44
tag : 1.7.0
41
45
resources :
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ platform: linux
3
3
image_resource :
4
4
type : registry-image
5
5
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'
7
10
inputs :
8
11
- name : ci-images-git-repo
9
12
outputs :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ platform: linux
3
3
image_resource :
4
4
type : registry-image
5
5
source :
6
+ username : ((docker-hub-username))
7
+ password : ((docker-hub-password))
6
8
repository : springio/github-changelog-generator
7
9
tag : ' 0.0.6'
8
10
inputs :
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ platform: linux
3
3
image_resource :
4
4
type : registry-image
5
5
source :
6
+ username : ((docker-hub-username))
7
+ password : ((docker-hub-password))
6
8
repository : springio/concourse-release-scripts
7
9
tag : ' 0.3.4'
8
10
inputs :
You can’t perform that action at this time.
0 commit comments