From 24c0fc990f2953aecf4913c231912a0dab4ea5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Sun, 15 Oct 2023 21:25:14 +0200 Subject: [PATCH] Update container_apps_chat_cd.yml --- .github/workflows/container_apps_chat_cd.yml | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/container_apps_chat_cd.yml b/.github/workflows/container_apps_chat_cd.yml index a93d0e22..b42662a7 100644 --- a/.github/workflows/container_apps_chat_cd.yml +++ b/.github/workflows/container_apps_chat_cd.yml @@ -89,19 +89,19 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Azure Login - uses: azure/login@v1 - with: - creds: ${{ secrets.CHAT_AZURE_CREDENTIALS }} - - - name: Deploy image to Azure Container Apps - uses: azure/container-apps-deploy-action@v1 - with: - appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat - registryUrl: gcr.io - registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }} - registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }} - containerAppName: chat - resourceGroup: Jordnaer - imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }} - dockerfilePath: Dockerfile + - name: Azure Login + uses: azure/login@v1 + with: + creds: ${{ secrets.CHAT_AZURE_CREDENTIALS }} + + - name: Deploy image to Azure Container Apps + uses: azure/container-apps-deploy-action@v1 + with: + appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat + registryUrl: gcr.io + registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }} + registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }} + containerAppName: chat + resourceGroup: Jordnaer + imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }} + dockerfilePath: Dockerfile