From 9647ac3383e0afd8fb72d55884d1ff31089bca88 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 12 Jan 2020 09:45:30 -0600 Subject: [PATCH] Switching to the secrets controlled resource location --- pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index 3348f01..647f53d 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -7,7 +7,7 @@ resource_types: - name: matrix-notification-resource type: docker-image source: - repository: nexus.nulloctet.com:5000/sothr/matrix-notification-resource + repository: ((nexus_docker_read.host))/sothr/matrix-notification-resource username: ((nexus_docker_read.username)) password: ((nexus_docker_read.password))