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 86670e0 commit acab9f5Copy full SHA for acab9f5
.github/workflows/webapp.yml
@@ -20,8 +20,8 @@ jobs:
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v2
23
- - name: Build Docker Image
24
- run: docker build --no-cache --build-arg app_version=1.0.$GITHUB_RUN_NUMBER --build-arg source_version=$GITHUB_SHA -t pia/azure-aisearch-webapp:latest -f ./src/Azure.AISearch.WebApp/Dockerfile ./src/Azure.AISearch.WebApp
+ #- name: Build Docker Image
+ # run: docker build --no-cache --build-arg app_version=1.0.$GITHUB_RUN_NUMBER --build-arg source_version=$GITHUB_SHA -t pia/azure-aisearch-webapp:latest -f ./src/Azure.AISearch.WebApp/Dockerfile ./src/Azure.AISearch.WebApp
25
26
#- name: Log in to registry
27
# uses: docker/login-action@v2
0 commit comments