Skip to content

Commit

Permalink
Update Prometheus from Quay for integration
Browse files Browse the repository at this point in the history
Use Prometheus image from Quay instead of
the Prometheus image in the Docker registry
  • Loading branch information
vkmc committed Aug 5, 2024
1 parent 3a50e3a commit 7ef17cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
env:
QDR_CHANNEL: anycast/ceilometer/metering.sample
BRIDGE_SOCKET: /tmp/sg-bridge/test-socket
PROMETHEUS_IMAGE: prom/prometheus:latest
PROMETHEUS_IMAGE: quay.io/prometheus/prometheus:latest
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down

0 comments on commit 7ef17cd

Please sign in to comment.