From 3d5ef6f31839f74fff3338c8a8d9869df88cc7c0 Mon Sep 17 00:00:00 2001 From: jcpitre <106176106+jcpitre@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:17:59 -0500 Subject: [PATCH] fix: validator version displayed in validator report summary (#1627) Use a different Docker image name for staging validator --- web/pipeline/stg.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pipeline/stg.env b/web/pipeline/stg.env index 72148175e4..b6485e1d44 100644 --- a/web/pipeline/stg.env +++ b/web/pipeline/stg.env @@ -1,7 +1,7 @@ CLOUDSDK_CORE_PROJECT=web-based-gtfs-validator WEB_BUILD_ENV=stg WEB_DEPLOY_CLIENT_BUCKET=stg-gtfs-validator-web -WEB_DEPLOY_SVC_IMAGE=gcr.io/web-based-gtfs-validator/gtfs-validator-web +WEB_DEPLOY_SVC_IMAGE=gcr.io/web-based-gtfs-validator/stg-gtfs-validator-web WEB_DEPLOY_SVC_CLOUDRUN=stg-gtfs-validator-web PUBLIC_CLIENT_API_ROOT=https://stg-gtfs-validator-web-mbzoxaljzq-ue.a.run.app PUBLIC_CLIENT_REPORTS_ROOT=https://staging-gtfs-validator-results.mobilitydata.org