From 5aea3f3de500c731a351fde3b6b268a2e9e87bb7 Mon Sep 17 00:00:00 2001 From: Artem Yarmoluk Date: Thu, 30 May 2019 15:35:28 +0300 Subject: [PATCH] Also build webhook --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91b59aac764..ef8e2235ef1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ deploy: --repo-root "$TRAVIS_BUILD_DIR" --images --images.export - --images.components=controller + --images.components=controller,webhook --publish --app-version="$TRAVIS_TAG" --docker-repo="quay.io/dreamteam"