From a076cd32038e13c56bb406aaecd6716c0e867c28 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Mon, 3 Jun 2019 11:17:59 +0200 Subject: [PATCH] Use Circle CI's org context (#1362) 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 e0d7871e..8e645c15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,6 +140,7 @@ workflows: tags: only: /.*/ - docker_hub_master: + context: org-context requires: - test - build @@ -147,6 +148,7 @@ workflows: branches: only: master - docker_hub_release_tags: + context: org-context requires: - test - build