From 69167501f19a02ba1333271a8f93f690054697a9 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 27 Apr 2019 18:44:27 +0200 Subject: [PATCH] chore: publish. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b46a85b..0d7b244 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,9 @@ deploy: on: tags: true condition: $TRAVIS_GO_VERSION =~ ^1\.x$ + - provider: script + skip_cleanup: true + script: make publish-images + on: + tags: true + condition: $TRAVIS_GO_VERSION =~ ^1\.x$