Skip to content

Commit

Permalink
Publish Docker Image in Daily Build
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Jul 22, 2019
1 parent 11b5ad3 commit 56836b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:
skip_cleanup: true
on:
tags: true
- stage: Publish latest Docker Image on Daily Build
before_deploy:
- export TRAVIS_TAG=$(git describe --tags)
script:
- echo "Publish latest Docker Images to DockerHub"
deploy:
- provider: script
script: make TAG=${TRAVIS_TAG} RELEASE_VER=latest release
on:
condition: $TRAVIS_EVENT_TYPE = cron
notifications:
webhooks: https://www.travisbuddy.com/
on_success: never

0 comments on commit 56836b5

Please sign in to comment.