From da38f236697f1d13cae55a9bfcf9293f993e3218 Mon Sep 17 00:00:00 2001 From: "x.yumoto.k" Date: Wed, 27 Sep 2023 10:10:53 +0900 Subject: [PATCH] =?UTF-8?q?path=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=82=82=E3=81=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- azure-pipelines-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-production.yml b/azure-pipelines-production.yml index 91e2013..845066a 100644 --- a/azure-pipelines-production.yml +++ b/azure-pipelines-production.yml @@ -40,7 +40,7 @@ jobs: azureSubscription: 'omds-service-connection-prod' appName: 'app-odms-dictation-prod' resourceGroupName: 'odms-prod-rg' - containers: 'crodmsregistrymaintenance.azurecr.io/$(Build.Repository.Name)/test/dictation:$(Build.SourceVersion)' + containers: 'crodmsregistrymaintenance.azurecr.io/odms/test/dictation:$(Build.SourceVersion)' - job: frontend_deploy dependsOn: backend_deploy condition: succeeded('backend_deploy')