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 3a2dbcf commit 1f75687Copy full SHA for 1f75687
.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
47
- source_version=$GITHUB_SHA
+ app_version=1.0.${{ GITHUB_RUN_NUMBER }}
+ source_version=${{ GITHUB_SHA }}
0 commit comments