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'