From: Simon Pasquier Date: Wed, 29 May 2019 16:20:10 +0000 (+0200) Subject: Use Circle CI's org context (#482) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=589f4d53a90d0f825f0f058d0a15e708e3ed3b80;p=blackbox_exporter.git Use Circle CI's org context (#482) Signed-off-by: Simon Pasquier --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 374b70e..2680ee4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,6 +107,7 @@ workflows: tags: only: /.*/ - docker_hub_master: + context: org-context requires: - test - build @@ -114,6 +115,7 @@ workflows: branches: only: master - docker_hub_release_tags: + context: org-context requires: - test - build