mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-26 09:11:01 +00:00
Merge pull request #226 from simonpasquier/use-org-context
Use Circle CI's org context
This commit is contained in:
commit
d74922e0fd
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