|
|
@ -13,10 +13,11 @@ resources: |
|
|
|
- README.md |
|
|
|
- name: git-resource-image |
|
|
|
type: docker-image |
|
|
|
icon: docker |
|
|
|
source: |
|
|
|
repository: nexus.nulloctet.com:5001/sothr/pdf2htmlex |
|
|
|
username: ((nexus_docker_push.username)) |
|
|
|
password: ((nexus_docker_push.password)) |
|
|
|
repository: ((nexus_docker_write.host))/sothr/pdf2htmlex |
|
|
|
username: ((nexus_docker_write.username)) |
|
|
|
password: ((nexus_docker_write.password)) |
|
|
|
|
|
|
|
jobs: |
|
|
|
- name: build-image |
|
|
|