File tree Expand file tree Collapse file tree 2 files changed +6
-83
lines changed
Expand file tree Collapse file tree 2 files changed +6
-83
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6161 - name : Build and Push Docker Image for WebApp
6262 uses : docker/build-push-action@v6
6363 with :
64- context : ./App
65- file : ./App/WebApp.Dockerfile
64+ context : ./src/ App
65+ file : ./src/ App/WebApp.Dockerfile
6666 push : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
6767 tags : |
6868 ${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}
7171 - name : Build and Push Docker Image for km-rag-function
7272 uses : docker/build-push-action@v6
7373 with :
74- context : ./AzureFunctions /km-rag-function
75- file : ./AzureFunctions /km-rag-function/Dockerfile
74+ context : ./src/api /km-rag-function
75+ file : ./src/api /km-rag-function/Dockerfile
7676 push : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
7777 tags : |
7878 ${{ secrets.ACR_LOGIN_SERVER }}/km-rag-function:${{ steps.determine_tag.outputs.tagname }}
8181 - name : Build and Push Docker Image for km-charts-function
8282 uses : docker/build-push-action@v6
8383 with :
84- context : ./AzureFunctions /km-charts-function
85- file : ./AzureFunctions /km-charts-function/Dockerfile
84+ context : ./src/api /km-charts-function
85+ file : ./src/api /km-charts-function/Dockerfile
8686 push : ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
8787 tags : |
8888 ${{ secrets.ACR_LOGIN_SERVER }}/km-charts-function:${{ steps.determine_tag.outputs.tagname }}
You can’t perform that action at this time.
0 commit comments