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 a3210b8 commit 4613363
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: gcr.io
registryUsername: ${{ github.repository_owner }}
registryPassword: ${{ secrets.GITHUB_TOKEN }}
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
containerAppName: chat
resourceGroup: Jordnaer
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
Expand Down

0 comments on commit 4613363

Please sign in to comment.