From 08b9c0d88c1c35db0d78a8da10de9fe3335aa39c Mon Sep 17 00:00:00 2001 From: Joshua Lester Date: Fri, 16 Jan 2026 14:17:43 -0800 Subject: [PATCH] Switch from azure/cli to have access to docker daemon --- .github/workflows/Build-Test-And-Deploy.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build-Test-And-Deploy.yaml b/.github/workflows/Build-Test-And-Deploy.yaml index 143e805c8..f66f7c424 100644 --- a/.github/workflows/Build-Test-And-Deploy.yaml +++ b/.github/workflows/Build-Test-And-Deploy.yaml @@ -102,13 +102,10 @@ jobs: docker image ls -a - name: Log in to container registry - uses: azure/CLI@v2 env: REGISTRY_URL: ${{ vars.DEVCONTAINER_REGISTRY }} - with: - inlineScript: | - REGISTRY_NAME=${REGISTRY_URL%.azurecr.io} - az acr login --name $REGISTRY_NAME + run: + az acr login --name ${REGISTRY_URL%.azurecr.io} - name: Push Image to Container Registry env: