Use Circle CI's org context

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-05-29 10:04:17 +02:00
parent b783cf8e60
commit e832f73c42
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@ workflows:
tags:
only: /.*/
- docker_hub_master:
context: org-context
requires:
- test
- build
@ -154,6 +155,7 @@ workflows:
branches:
only: master
- docker_hub_release_tags:
context: org-context
requires:
- test
- build