From af45a53f9cb6bfb9e2bf3e0fce409a923c98faa0 Mon Sep 17 00:00:00 2001 From: crlsocro Date: Mon, 23 Sep 2024 12:06:52 +0200 Subject: [PATCH] Typo --- .github/workflows/azure-deploy-image-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/azure-deploy-image-test.yml b/.github/workflows/azure-deploy-image-test.yml index 20cda40..e63c8c3 100644 --- a/.github/workflows/azure-deploy-image-test.yml +++ b/.github/workflows/azure-deploy-image-test.yml @@ -110,10 +110,9 @@ jobs: with: subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION }} resourceGroupName: ${{ secrets.AZURE_RG_TEST }} - template: infra/main-test.bicep + template: infra/azure-containerApps.bicep parameters: | acrLoginServer=${{ secrets.AZURE_CONTAINER_REGISTRY_NAME_TEST }}.azurecr.io imageTag=${{ env.IMAGE_TAG }} - sqlServerPassword=${{ secrets.SQL_SERVER_PASSWORD_TEST }} failOnStdErr: false