Skip to content

Commit 6b89a04

Browse files
committed
Update Prometheus from Quay for integration
Use Prometheus image from Quay instead of the Prometheus image in the Docker registry
1 parent c85b54d commit 6b89a04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
QDR_CHANNEL: collectd/metrics
2424
BRIDGE_SOCKET: /tmp/sg-bridge/test-socket
25-
PROMETHEUS_IMAGE: prom/prometheus:latest
25+
PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest
2626
steps:
2727
- name: Checkout code
2828
uses: actions/[email protected]
@@ -118,7 +118,7 @@ jobs:
118118
env:
119119
QDR_CHANNEL: anycast/ceilometer/metering.sample
120120
BRIDGE_SOCKET: /tmp/sg-bridge/test-socket
121-
PROMETHEUS_IMAGE: prom/prometheus:latest
121+
PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest
122122
steps:
123123
- name: Checkout code
124124
uses: actions/[email protected]
@@ -218,7 +218,7 @@ jobs:
218218
name: "[metrics] transport: socket(tcp); handler: ceilometer-metrics; application: prometheus"
219219
runs-on: ubuntu-22.04
220220
env:
221-
PROMETHEUS_IMAGE: prom/prometheus:latest
221+
PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest
222222
steps:
223223
- name: Checkout code
224224
uses: actions/[email protected]

0 commit comments

Comments
 (0)