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 1f75687 commit 29055a6Copy full SHA for 29055a6
.github/workflows/webapp.yml
@@ -43,5 +43,5 @@ jobs:
43
tags: index.docker.io/${{ secrets.DOCKER_USERNAME }}/azure-aisearch-webapp:latest
44
file: ./src/Azure.AISearch.WebApp/Dockerfile
45
build-args: |
46
- app_version=1.0.${{ GITHUB_RUN_NUMBER }}
+ app_version=1.0.${{ GITHUB_SHA }}
47
source_version=${{ GITHUB_SHA }}
0 commit comments