Skip to content

Commit 5ad3056

Browse files
committed
Update CI
1 parent cbd89a2 commit 5ad3056

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

ci/pipeline.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4145
resources:

ci/tasks/build-ci-image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ platform: linux
33
image_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'
710
inputs:
811
- name: ci-images-git-repo
912
outputs:

ci/tasks/generate-changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ platform: linux
33
image_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'
810
inputs:

ci/tasks/promote.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ platform: linux
33
image_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'
810
inputs:

0 commit comments

Comments
 (0)