From e832f73c420e2fe6c63faecea003e0711ac3da36 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 29 May 2019 10:04:17 +0200 Subject: [PATCH] Use Circle CI's org context Signed-off-by: Simon Pasquier --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cd28cc3..d478c1f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -147,6 +147,7 @@ workflows: tags: only: /.*/ - docker_hub_master: + context: org-context requires: - test - build @@ -154,6 +155,7 @@ workflows: branches: only: master - docker_hub_release_tags: + context: org-context requires: - test - build