diff --git a/.github/workflows/cicd-main.yml b/.github/workflows/cicd-main.yml index d0a74da92ab8..adb9c7e690b3 100644 --- a/.github/workflows/cicd-main.yml +++ b/.github/workflows/cicd-main.yml @@ -62,11 +62,9 @@ jobs: # --env HYDRA_FULL_ERROR=1 steps: - name: Log into ACR (Azure Container Registry) # this login is for the pushing step after - uses: azure/docker-login@v1 - with: - login-server: nemoci.azurecr.io - password: ${{ secrets.ACR_PASSWORD }} - username: nemoci + run: | + # Login to Azure Container Registry + az acr login --name nemoci.azurecr.io - name: Checkout repository uses: actions/checkout@v2