Update secrets stuff

This commit is contained in:
drymer 2018-12-03 23:15:40 +01:00
parent 4e6b01c7ff
commit 94cc9f641a
Signed by: drymer
GPG Key ID: A307D64D5DDFDAAD
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ pipeline:
image: plugins/docker
repo: r.daemons.it/baddaemons:latest
registry: r.daemons.it
secrets: [docker_username, docker_password]
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when: