Skip to content

Commit 56836b5

Browse files
committed
Publish Docker Image in Daily Build
1 parent 11b5ad3 commit 56836b5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ jobs:
5858
skip_cleanup: true
5959
on:
6060
tags: true
61+
- stage: Publish latest Docker Image on Daily Build
62+
before_deploy:
63+
- export TRAVIS_TAG=$(git describe --tags)
64+
script:
65+
- echo "Publish latest Docker Images to DockerHub"
66+
deploy:
67+
- provider: script
68+
script: make TAG=${TRAVIS_TAG} RELEASE_VER=latest release
69+
on:
70+
condition: $TRAVIS_EVENT_TYPE = cron
6171
notifications:
6272
webhooks: https://www.travisbuddy.com/
6373
on_success: never

0 commit comments

Comments
 (0)