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 15, 2023
1 parent 4613363 commit 6073ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container_apps_chat_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
uses: azure/container-apps-deploy-action@v1
with:
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
registryUrl: gcr.io
registryUrl: ghcr.io
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
containerAppName: chat
resourceGroup: Jordnaer
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
imageToBuild: ghcr.io/nielspilgaard/chat:${{ github.sha }}
dockerfilePath: Dockerfile

0 comments on commit 6073ac6

Please sign in to comment.