readd docker login on deploy

This was removed during debugging and accidently forgotten to readd. It
fails to pass if no Docker credentials are given, which would be always
the case except on openwrtorg/master. In the future a test docker hub
account should be used instead of disabling it.

Fixes: 475f2f1a97

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/41/head
Paul Spooren 2019-11-07 09:03:52 -10:00
parent 475f2f1a97
commit 931d156460
1 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,5 @@
- master
services:
- docker:dind
before_script:
- docker login -u "$DOCKER_USER" -p "$DOCKER_PASS"