File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments