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 29055a6 commit bc6e948Copy full SHA for bc6e948
.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_SHA }}
47
- source_version=${{ GITHUB_SHA }}
+ app_version=1.0.${{ github.sha }}
+ source_version=${{ github.sha }}
0 commit comments