Skip to content

Commit bc6e948

Browse files
author
Matthew Harris
committed
Adjusted for PIA
1 parent 29055a6 commit bc6e948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
tags: index.docker.io/${{ secrets.DOCKER_USERNAME }}/azure-aisearch-webapp:latest
4444
file: ./src/Azure.AISearch.WebApp/Dockerfile
4545
build-args: |
46-
app_version=1.0.${{ GITHUB_SHA }}
47-
source_version=${{ GITHUB_SHA }}
46+
app_version=1.0.${{ github.sha }}
47+
source_version=${{ github.sha }}

0 commit comments

Comments
 (0)