mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 06:47:28 -08:00
Use Circle CI's org context (#5561)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
31ba9777f8
commit
22824c2e08
|
@ -126,6 +126,7 @@ workflows:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- docker_hub_master:
|
- docker_hub_master:
|
||||||
|
context: org-context
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
|
@ -133,6 +134,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
|
||||||
|
@ -150,5 +152,5 @@ workflows:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
- makefile_sync
|
- makefile_sync:
|
||||||
|
context: org-context
|
||||||
|
|
Loading…
Reference in a new issue