mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Added deploy section to .travis.yml to automatically push docker images
This commit is contained in:
parent
4d68fa3139
commit
bc4417b6b0
6 changed files with 25 additions and 8 deletions
4
scripts/docker-push.sh
Executable file
4
scripts/docker-push.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
docker push photoprism/photoprism
|
||||
Loading…
Add table
Add a link
Reference in a new issue