We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ef1ca commit 2512b07Copy full SHA for 2512b07
.github/workflows/docker-build-push.yml
@@ -54,6 +54,8 @@ jobs:
54
tags: |
55
${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}
56
${{ secrets.ACR_LOGIN_SERVER }}/km-app:${{ steps.determine_tag.outputs.tagname }}_${{ steps.date.outputs.date }}_${{ github.run_number }}
57
+
58
59
- name: Build and Push Docker Image for km-rag-function
60
uses: docker/build-push-action@v6
61
with:
0 commit comments