@@ -10,7 +10,7 @@ $TemplateFile = Join-Path $ScriptDir "..\deploy_container_registry.bicep"
1010$ContentProcessorPath = Join-Path $ScriptDir " ..\..\src\ContentProcessor"
1111$ContentApiPath = Join-Path $ScriptDir " ..\..\src\ContentProcessorAPI"
1212$ContentWebPath = Join-Path $ScriptDir " ..\..\src\ContentProcessorWeb"
13- $ContentWorkflowPath = Join-Path $ScriptDir " ..\..\src\ContentProcessWorkflow "
13+ $ContentWorkflowPath = Join-Path $ScriptDir " ..\..\src\ContentProcessorWorkflow "
1414
1515# Define function to build and push Docker images
1616function Build-And-Push-Image {
@@ -103,7 +103,7 @@ $ENV_NAME = Get-AzdEnvValueOrDefault -KeyName "AZURE_ENV_NAME" -Required $true
103103$CONTAINER_APP_USER_IDENTITY_ID = Get-AzdEnvValueOrDefault - KeyName " CONTAINER_APP_USER_IDENTITY_ID" - Required $true
104104$AZURE_RESOURCE_GROUP = Get-AzdEnvValueOrDefault - KeyName " AZURE_RESOURCE_GROUP" - Required $true
105105$CONTAINER_APP_USER_PRINCIPAL_ID = Get-AzdEnvValueOrDefault - KeyName " CONTAINER_APP_USER_PRINCIPAL_ID" - Required $true
106- $AZURE_ENV_IMAGETAG = Get-AzdEnvValueOrDefault - KeyName " AZURE_ENV_IMAGETAG" - DefaultValue " latest "
106+ $AZURE_ENV_IMAGETAG = Get-AzdEnvValueOrDefault - KeyName " AZURE_ENV_IMAGETAG" - DefaultValue " latest_v2 "
107107$CONTAINER_WEB_APP_NAME = Get-AzdEnvValueOrDefault - KeyName " CONTAINER_WEB_APP_NAME" - Required $true
108108$CONTAINER_API_APP_NAME = Get-AzdEnvValueOrDefault - KeyName " CONTAINER_API_APP_NAME" - Required $true
109109$CONTAINER_APP_NAME = Get-AzdEnvValueOrDefault - KeyName " CONTAINER_APP_NAME" - Required $true
@@ -151,6 +151,6 @@ if ($LASTEXITCODE -ne 0) {
151151Build-And - Push-Image " contentprocessor" " $ContentProcessorPath " $CONTAINER_APP_NAME
152152Build-And - Push-Image " contentprocessorapi" " $ContentApiPath " $CONTAINER_API_APP_NAME
153153Build-And - Push-Image " contentprocessorweb" " $ContentWebPath " $CONTAINER_WEB_APP_NAME
154- Build-And - Push-Image " contentprocessworkflow " " $ContentWorkflowPath " $CONTAINER_WORKFLOW_APP_NAME
154+ Build-And - Push-Image " contentprocessorworkflow " " $ContentWorkflowPath " $CONTAINER_WORKFLOW_APP_NAME
155155
156156Write-Host " All Docker images built and pushed successfully."
0 commit comments