File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,19 @@ jobs:
89
89
tags : ${{ steps.meta.outputs.tags }}
90
90
labels : ${{ steps.meta.outputs.labels }}
91
91
92
- - name : Azure Login
93
- uses : azure/login@v1
94
- with :
95
- creds : ${{ secrets.CHAT_AZURE_CREDENTIALS }}
96
-
97
- - name : Deploy image to Azure Container Apps
98
- uses : azure/container-apps-deploy-action@v1
99
- with :
100
- appSourcePath : ${{ github.workspace }}src/container_apps/Jordnaer.Chat
101
- registryUrl : gcr.io
102
- registryUsername : ${{ secrets.CHAT_REGISTRY_USERNAME }}
103
- registryPassword : ${{ secrets.CHAT_REGISTRY_PASSWORD }}
104
- containerAppName : chat
105
- resourceGroup : Jordnaer
106
- imageToBuild : gcr.io/nielspilgaard/chat:${{ github.sha }}
107
- dockerfilePath : Dockerfile
92
+ - name : Azure Login
93
+ uses : azure/login@v1
94
+ with :
95
+ creds : ${{ secrets.CHAT_AZURE_CREDENTIALS }}
96
+
97
+ - name : Deploy image to Azure Container Apps
98
+ uses : azure/container-apps-deploy-action@v1
99
+ with :
100
+ appSourcePath : ${{ github.workspace }}src/container_apps/Jordnaer.Chat
101
+ registryUrl : gcr.io
102
+ registryUsername : ${{ secrets.CHAT_REGISTRY_USERNAME }}
103
+ registryPassword : ${{ secrets.CHAT_REGISTRY_PASSWORD }}
104
+ containerAppName : chat
105
+ resourceGroup : Jordnaer
106
+ imageToBuild : gcr.io/nielspilgaard/chat:${{ github.sha }}
107
+ dockerfilePath : Dockerfile
You can’t perform that action at this time.
0 commit comments