add icons for resources
This commit is contained in:
parent
3689fbff5e
commit
48b6369a3a
1 changed files with 2 additions and 0 deletions
|
@ -19,12 +19,14 @@ resources:
|
||||||
type: git
|
type: git
|
||||||
source:
|
source:
|
||||||
uri: https://git.pim.kunis.nl/pim/static.git
|
uri: https://git.pim.kunis.nl/pim/static.git
|
||||||
|
icon: git
|
||||||
- name: site-registry-image
|
- name: site-registry-image
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
repository: git.pim.kunis.nl/pim/static
|
repository: git.pim.kunis.nl/pim/static
|
||||||
username: pim
|
username: pim
|
||||||
password: ((api_key))
|
password: ((api_key))
|
||||||
|
icon: docker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- name: build-and-deploy-static-website
|
- name: build-and-deploy-static-website
|
||||||
|
|
Reference in a new issue