chore: publish.

This commit is contained in:
Fernandez Ludovic 2019-04-27 18:44:27 +02:00
parent 5d60b5baae
commit 69167501f1

View File

@ -30,3 +30,9 @@ deploy:
on: on:
tags: true tags: true
condition: $TRAVIS_GO_VERSION =~ ^1\.x$ condition: $TRAVIS_GO_VERSION =~ ^1\.x$
- provider: script
skip_cleanup: true
script: make publish-images
on:
tags: true
condition: $TRAVIS_GO_VERSION =~ ^1\.x$