Use Circle CI's org context (#1362)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-06-03 11:17:59 +02:00 committed by Ben Kochie
parent fdf9846282
commit a076cd3203
1 changed files with 2 additions and 0 deletions

View File

@ -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