File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
QDR_CHANNEL : collectd/metrics
24
24
BRIDGE_SOCKET : /tmp/sg-bridge/test-socket
25
- PROMETHEUS_IMAGE : prom /prometheus:latest
25
+ PROMETHEUS_IMAGE : quay.io/prometheus /prometheus:latest
26
26
steps :
27
27
- name : Checkout code
28
28
@@ -118,7 +118,7 @@ jobs:
118
118
env :
119
119
QDR_CHANNEL : anycast/ceilometer/metering.sample
120
120
BRIDGE_SOCKET : /tmp/sg-bridge/test-socket
121
- PROMETHEUS_IMAGE : prom /prometheus:latest
121
+ PROMETHEUS_IMAGE : quay.io/prometheus /prometheus:latest
122
122
steps :
123
123
- name : Checkout code
124
124
@@ -218,7 +218,7 @@ jobs:
218
218
name : " [metrics] transport: socket(tcp); handler: ceilometer-metrics; application: prometheus"
219
219
runs-on : ubuntu-22.04
220
220
env :
221
- PROMETHEUS_IMAGE : prom /prometheus:latest
221
+ PROMETHEUS_IMAGE : quay.io/prometheus /prometheus:latest
222
222
steps :
223
223
- name : Checkout code
224
224
You can’t perform that action at this time.
0 commit comments