Browse Source

Adding credentials to pull from docker repository

develop
Drew Short 4 years ago
parent
commit
f9051099db
  1. 2
      pipeline.yml

2
pipeline.yml

@ -8,6 +8,8 @@ resource_types:
type: docker-image
source:
repository: nexus.nulloctet.com:5000/sothr/matrix-notification-resource
username: ((nexus_docker_read.username))
password: ((nexus_docker_read.password))
resources:
- name: git-develop

Loading…
Cancel
Save