We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 113d735 + 805555c commit 93370b3Copy full SHA for 93370b3
1 file changed
.circleci/config.yml
@@ -2,7 +2,7 @@
2
version: 2.1
3
4
orbs:
5
- prometheus: prometheus/prometheus@0.4.0
+ prometheus: prometheus/prometheus@0.8.0
6
7
executors:
8
golang:
@@ -55,6 +55,8 @@ workflows:
55
only: /.*/
56
- prometheus/publish_master:
57
context: org-context
58
+ docker_hub_organization: prometheuscommunity
59
+ quay_io_organization: prometheuscommunity
60
requires:
61
- test
62
- build
@@ -63,6 +65,8 @@ workflows:
63
65
only: master
64
66
- prometheus/publish_release:
67
68
69
70
71
72
0 commit comments