From 244919854c216ca02777f256fcb69333bca560c1 Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 22:06:48 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7f4450..86eeb7b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,6 +130,9 @@ workflows: - lint - test - test_end_to_end - - push_to_hub: + - push_docker_image: requires: - build_docker_image + - generate_doc: + requires: + - push_docker_image