We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3210b8 commit 4613363Copy full SHA for 4613363
.github/workflows/container_apps_chat_cd.yml
@@ -57,8 +57,8 @@ jobs:
57
with:
58
appSourcePath: ${{ github.workspace }}src/container_apps/Jordnaer.Chat
59
registryUrl: gcr.io
60
- registryUsername: ${{ github.repository_owner }}
61
- registryPassword: ${{ secrets.GITHUB_TOKEN }}
+ registryUsername: ${{ secrets.CHAT_REGISTRY_USERNAME }}
+ registryPassword: ${{ secrets.CHAT_REGISTRY_PASSWORD }}
62
containerAppName: chat
63
resourceGroup: Jordnaer
64
imageToBuild: gcr.io/nielspilgaard/chat:${{ github.sha }}
0 commit comments