Skip to content

Commit 93370b3

Browse files
authored
Merge pull request #84 from prometheus-community/bjk/docker
Update Docker publishing
2 parents 113d735 + 805555c commit 93370b3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2.1
33

44
orbs:
5-
prometheus: prometheus/prometheus@0.4.0
5+
prometheus: prometheus/prometheus@0.8.0
66

77
executors:
88
golang:
@@ -55,6 +55,8 @@ workflows:
5555
only: /.*/
5656
- prometheus/publish_master:
5757
context: org-context
58+
docker_hub_organization: prometheuscommunity
59+
quay_io_organization: prometheuscommunity
5860
requires:
5961
- test
6062
- build
@@ -63,6 +65,8 @@ workflows:
6365
only: master
6466
- prometheus/publish_release:
6567
context: org-context
68+
docker_hub_organization: prometheuscommunity
69+
quay_io_organization: prometheuscommunity
6670
requires:
6771
- test
6872
- build

0 commit comments

Comments
 (0)