From 1f580ea5be55d9574f1694bfead60a1f4d7cffcb Mon Sep 17 00:00:00 2001 From: Kyle Morrison Date: Tue, 28 Mar 2023 11:58:40 -0700 Subject: [PATCH] [CP-718][Add] changing from prometheus to opa exporter --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a47d4d9..98efd5c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -24,7 +24,7 @@ jobs: - name: Prepare id: prep run: | - DOCKER_IMAGE=quay.io/kohlstechnology/prometheus_bigquery_remote_storage_adapter + DOCKER_IMAGE=quay.io/kohlstechnology/opa_scorecard_exporter VERSION=${GITHUB_REF#refs/tags/} TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest" echo "tags=${TAGS}" >> $GITHUB_OUTPUT