Skip to content

Commit

Permalink
Update container_apps_chat_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 16, 2023
1 parent f7963b7 commit 5fe079a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container_apps_chat_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5fe079a

Please sign in to comment.