Use Circle CI's org context (#1362)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
fdf9846282
commit
a076cd3203
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue