Added deploy section to .travis.yml to automatically push docker images

This commit is contained in:
Michael Mayer 2018-09-17 12:11:19 +02:00
parent 4d68fa3139
commit bc4417b6b0
6 changed files with 25 additions and 8 deletions

4
scripts/docker-push.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push photoprism/photoprism