Skip to content

Commit 01fd33e

Browse files
committed
Update CI pipeline
1 parent ac00093 commit 01fd33e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource_types:
4141
type: registry-image
4242
source:
4343
repository: springio/artifactory-resource
44-
tag: "0.0.17"
44+
tag: "0.0.18"
4545
- name: pull-request
4646
type: registry-image
4747
source:
@@ -51,11 +51,6 @@ resource_types:
5151
source:
5252
repository: cfcommunity/slack-notification-resource
5353
tag: latest
54-
- name: github-release
55-
type: registry-image
56-
source:
57-
repository: concourse/github-release-resource
58-
tag: 1.7.0
5954
resources:
6055
- name: git-repo
6156
type: git

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+
repository: concourse/oci-build-task
7+
tag: 0.10.0
8+
username: ((docker-hub-username))
9+
password: ((docker-hub-password))
710
inputs:
811
- name: ci-images-git-repo
912
outputs:

ci/tasks/generate-changelog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ image_resource:
44
type: registry-image
55
source:
66
repository: springio/github-changelog-generator
7-
tag: '0.0.7'
7+
tag: '0.0.8'
8+
username: ((docker-hub-username))
9+
password: ((docker-hub-password))
810
inputs:
911
- name: git-repo
1012
- name: artifactory-repo

0 commit comments

Comments
 (0)