File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 id : determine_tag
4646 run : echo "tagname=${{ github.ref_name == 'main' && 'latest' || github.ref_name == 'dev' && 'dev' || github.ref_name == 'demo' && 'demo' || github.head_ref || 'default' }}" >> $GITHUB_OUTPUT
4747
48- - name : Build Docker Image and optionally push
48+ - name : Build Docker Image and optionally push - webapp
4949 uses : docker/build-push-action@v6
5050 with :
5151 context : ./App
5555 ${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}
5656 ${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
5757
58-
59- - name : Build and Push Docker Image for km-rag-function
58+
59+ - name : Build Docker Image and optionally push - km-rag-function
6060 uses : docker/build-push-action@v6
6161 with :
6262 context : ./AzureFunctions/km-rag-function
6666 ${{ secrets.ACR_LOGIN_SERVER }}/km-rag-function:${{ steps.determine_tag.outputs.tagname }}
6767 ${{ secrets.ACR_LOGIN_SERVER }}/km-rag-function:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
6868
69- - name : Build and Push Docker Image for km-charts-function
69+ - name : Build Docker Image and optionally push - km-charts-function
7070 uses : docker/build-push-action@v6
7171 with :
7272 context : ./AzureFunctions/km-charts-function
You can’t perform that action at this time.
0 commit comments