Use Circle CI's org context (#482)
authorSimon Pasquier <spasquie@redhat.com>
Wed, 29 May 2019 16:20:10 +0000 (18:20 +0200)
committerBrian Brazil <brian.brazil@robustperception.io>
Wed, 29 May 2019 16:20:10 +0000 (17:20 +0100)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
.circleci/config.yml

index 374b70e3f0c161979745bee9e9f59a13cc8dfadd..2680ee4d48795f4302b413ae1140017d8daa8f68 100644 (file)
@@ -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