Skip to content

Commit 1f75687

Browse files
author
Matthew Harris
committed
Adjusted for PIA
1 parent 3a2dbcf commit 1f75687

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_RUN_NUMBER
47-
source_version=$GITHUB_SHA
46+
app_version=1.0.${{ GITHUB_RUN_NUMBER }}
47+
source_version=${{ GITHUB_SHA }}

0 commit comments

Comments
 (0)