From 23d45a12e4a19165a9284cb78a158b370927f6d3 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 4 Nov 2020 00:06:29 +0100 Subject: [PATCH] actually discovered i had to ahd the context --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a0cf3f..919187c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,8 +18,14 @@ workflows: - lint - test - publish_image: + context: + - DOCKER requires: - build_docker + filters: + branches: + only: + - main jobs: build: docker: