[infra] automatically publish new images

This tags new images every commit (via Travis) as latest, and every
tag gets pushed as a separate tag as well.
This commit is contained in:
Solly Ross 2018-02-28 13:52:24 -05:00
parent 61b071c186
commit d192346039
2 changed files with 19 additions and 0 deletions

View file

@ -21,3 +21,13 @@ script: make verify
cache:
directories:
- ~/.glide
sudo: required
services:
- docker
deploy:
provider: script
script: bash .travis-deploy.sh
on:
branch: master