Skip to content

Commit 001d768

Browse files
author
Harmanpreet Kaur
committed
edit 3
1 parent 2512b07 commit 001d768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -55,8 +55,8 @@ jobs:
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
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)