Skip to content

Commit

Permalink
Build tagged container. Fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Breidenstein committed Nov 6, 2018
1 parent c9c42b8 commit 605171a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ deploy:
script: bash scripts/deploy.sh stable
on:
branch: master
# Build tagged Docker container
- provider: script
skip_cleanup: true
script: bash scripts/deploy.sh $TARVIS_TAG
on:
tags: true
branch: master
# Build development Docker container
- provider: script
skip_cleanup: true
Expand Down

0 comments on commit 605171a

Please sign in to comment.