From 7ef17cd69a4d5c7a2c7d5fb6349631528b923df5 Mon Sep 17 00:00:00 2001 From: Victoria Martinez de la Cruz Date: Mon, 5 Aug 2024 16:55:31 +0200 Subject: [PATCH] Update Prometheus from Quay for integration Use Prometheus image from Quay instead of the Prometheus image in the Docker registry --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0bc7ee51..58d4e19c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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/checkout@v4.1.3