From 2e019c136fab7f2e216a753c41a79bd0ae3bacd5 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Mon, 24 Sep 2018 15:35:45 +0300 Subject: [PATCH] image_builder: try to fix travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd200466..666eeb89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,5 @@ deploy: api_key: ${GITHUB_OAUTH_TOKEN} file: ${IMAGE_PATH}.zip skip_cleanup: true + on: + tags: true