From 32159964f7c8c449a385baee99bb5544936238fb Mon Sep 17 00:00:00 2001 From: sumedh Date: Fri, 8 Nov 2024 17:03:28 +0530 Subject: [PATCH] azure pipeline modified --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 939f652..2318be5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: variables: dockerRegistryServiceConnection: 'docker-registry-olympus' - imageName: 'ariadne-fe' # Replace with your Docker image name + imageName: 'hermione-fe' # Replace with your Docker image name shortCommitSha: '' # Initialize variable for short commit SHA envName: 'aks-olympus' azurecontainerRegistry: 'olympusreg.azurecr.io'