Skip to content

Commit 4a0e343

Browse files
author
Harmanpreet Kaur
committed
edit 4
1 parent 3f1ae71 commit 4a0e343

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
else
5454
echo "tagname=default" >> $GITHUB_OUTPUT
5555
fi
56-
56+
- name: Print the Tag Name
57+
run: echo "The determined tag name is ${{ steps.determine_tag.outputs.tagname }}"
58+
5759
- name: Build and Push Docker Image for WebApp
5860
uses: docker/build-push-action@v6
5961
with:
@@ -62,7 +64,7 @@ jobs:
6264
push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
6365
tags: |
6466
${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}
65-
echo secrets.ACR_LOGIN_SERVER
67+
echo "The login server is ${{ secrets.ACR_LOGIN_SERVER }}"
6668
${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
6769
6870
- name: Build and Push Docker Image for km-rag-function

0 commit comments

Comments
 (0)