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 6073ac6 commit cd230b5
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 @@ -57,8 +57,8 @@ jobs:
with:
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
registryUrl: ghcr.io
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
registryUsername: ${{ github.repository_owner }}
registryPassword: ${{ secrets.GITHUB_TOKEN }}
containerAppName: chat
resourceGroup: Jordnaer
imageToBuild: ghcr.io/nielspilgaard/chat:${{ github.sha }}
Expand Down

0 comments on commit cd230b5

Please sign in to comment.