From 45109881ad3a7909550a08f15a459c9c545baf2e Mon Sep 17 00:00:00 2001 From: Santhosh Nair <913441@dadeschools.net> Date: Sat, 14 Oct 2023 04:12:30 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- DamageAssesmentApi/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DamageAssesmentApi/azure-pipelines.yml b/DamageAssesmentApi/azure-pipelines.yml index 147dd91..747ee0f 100644 --- a/DamageAssesmentApi/azure-pipelines.yml +++ b/DamageAssesmentApi/azure-pipelines.yml @@ -16,6 +16,6 @@ jobs: docker-compose -f docker-compose.yml push displayName: 'Build and Push Docker Compose Project' env: - acrServiceConnectionUsername: $(ACRServiceConnectionName.username) - acrServiceConnectionPassword: $(ACRServiceConnectionName.password) - acrServiceConnectionServer: $(ACRServiceConnectionName.server) \ No newline at end of file + acrServiceConnectionUsername: "dadeSchoolsContainerRegistry" + acrServiceConnectionPassword: "k1f8hE0O5hj3tYCCR/5stNrkw5BZoTmAqid/hvaVo8+ACRDc2Arn" + acrServiceConnectionServer: "dadeschoolscontainerregistry.azurecr.io"