mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Merge branch 'develop' into anonymous-smtp
This commit is contained in:
commit
35b934ecea
|
@ -31,6 +31,9 @@ function deploy_on_dockerhub {
|
|||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
login_to_dockerhub
|
||||
deploy_on_dockerhub master
|
||||
elif [ "$TRAVIS_BRANCH" == "develop" ]; then
|
||||
login_to_dockerhub
|
||||
deploy_on_dockerhub develop
|
||||
elif [ ! -z "$TRAVIS_TAG" ]; then
|
||||
login_to_dockerhub
|
||||
deploy_on_dockerhub $TRAVIS_TAG
|
||||
|
|
Loading…
Reference in New Issue
Block a user