We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f626363 commit 708c959Copy full SHA for 708c959
.github/workflows/docker-build.yml
@@ -62,7 +62,6 @@ jobs:
62
push: ${{ github.ref_name == 'main' || github.ref_name == 'dev' || github.ref_name == 'demo' }}
63
tags: |
64
${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}
65
- echo "acr_login_server=${{ secrets.ACR_LOGIN_SERVER }}"
66
${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
67
68
- name: Build and Push Docker Image for km-rag-function
0 commit comments