Use Circle CI's org context

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-05-29 18:00:06 +02:00
parent bfa30a94b2
commit 83cd28067a

View file

@ -101,6 +101,7 @@ workflows:
tags:
only: /.*/
- docker_hub_master:
context: org-context
requires:
- test
- build
@ -108,6 +109,7 @@ workflows:
branches:
only: master
- docker_hub_release_tags:
context: org-context
requires:
- test
- build