[all] Test registry variables

This commit is contained in:
drymer 2018-12-01 14:37:16 +01:00
parent e8d06a6e9a
commit afb43eadca
Signed by: drymer
GPG Key ID: A307D64D5DDFDAAD
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pipeline:
image: docker
commands:
- apk add -U git
- docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD" r.daemons.it
- docker login -u "$docker_user" -p "$docker_password" r.daemons.it
- /bin/sh scripts/dockerPush.sh
volumes:
- /var/run/docker.sock:/var/run/docker.sock