From 5fe079a590408ad7623997d757d2b8e3de16422b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 16 Oct 2023 19:09:20 +0200 Subject: [PATCH] Update container_apps_chat_cd.yml --- .github/workflows/container_apps_chat_cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/container_apps_chat_cd.yml b/.github/workflows/container_apps_chat_cd.yml index 6864f1a5..ab281b14 100644 --- a/.github/workflows/container_apps_chat_cd.yml +++ b/.github/workflows/container_apps_chat_cd.yml @@ -55,11 +55,10 @@ jobs: - name: Deploy image to Azure Container Apps uses: azure/container-apps-deploy-action@v1 with: - appSourcePath: ./src/container_apps/Jordnaer.Chat registryUrl: ghcr.io registryUsername: ${{ github.repository_owner }} registryPassword: ${{ secrets.GITHUB_TOKEN }} containerAppName: chat resourceGroup: Jordnaer imageToBuild: ghcr.io/nielspilgaard/chat:${{ github.sha }} - dockerfilePath: Dockerfile + dockerfilePath: ./src/container_apps/Jordnaer.Chat Dockerfile