Skip to content

Commit 4613363

Browse files
committed
Update container_apps_chat_cd.yml
1 parent a3210b8 commit 4613363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container_apps_chat_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
with:
5858
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
5959
registryUrl: gcr.io
60-
registryUsername: ${{ github.repository_owner }}
61-
registryPassword: ${{ secrets.GITHUB_TOKEN }}
60+
registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
61+
registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
6262
containerAppName: chat
6363
resourceGroup: Jordnaer
6464
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}

0 commit comments

Comments
 (0)