forked from mirrors/statsd_exporter
Use Circle CI's org context
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
bfa30a94b2
commit
83cd28067a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue