Skip to content

Commit 2d8af8b

Browse files
committed
Add CI icons
1 parent 0f8b755 commit 2d8af8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
resources:
22
- name: git-repo
33
type: git
4+
icon: github
45
source:
56
uri: https://github.com/spring-io/github-changelog-generator
67
username: ((github-username))
@@ -9,25 +10,29 @@ resources:
910
ignore_paths: ["ci/images/*"]
1011
- name: ci-images-git-repo
1112
type: git
13+
icon: github
1214
source:
1315
uri: https://github.com/spring-io/github-changelog-generator
1416
branch: master
1517
paths: ["ci/images/*"]
1618
- name: ci-image
1719
type: docker-image
20+
icon: docker
1821
source:
1922
repository: springci/github-changelog-generator-ci
2023
username: ((docker-hub-username))
2124
password: ((docker-hub-password))
2225
tag: master
2326
- name: github-changelog-generator-image
2427
type: docker-image
28+
icon: docker
2529
source:
2630
repository: springio/github-changelog-generator
2731
username: ((docker-hub-username))
2832
password: ((docker-hub-password))
2933
- name: github-release
3034
type: github-release
35+
icon: briefcase-download
3136
source:
3237
owner: spring-io
3338
repository: github-changelog-generator

0 commit comments

Comments
 (0)