Use Circle CI's org context
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
b783cf8e60
commit
e832f73c42
|
@ -147,6 +147,7 @@ workflows:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- docker_hub_master:
|
- docker_hub_master:
|
||||||
|
context: org-context
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
|
@ -154,6 +155,7 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: master
|
||||||
- docker_hub_release_tags:
|
- docker_hub_release_tags:
|
||||||
|
context: org-context
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in New Issue