From 8e8b1c0335b62bc725c5b9dc60554e729be8b120 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 10 Dec 2019 20:24:20 -0600 Subject: [PATCH] Updating pipeline --- pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index 32252f9..4e8f814 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -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