Skip to content

Commit c71dbee

Browse files
author
Matthew Harris
committed
Adjusted for PIA
1 parent 6c73dea commit c71dbee

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/functionapp-dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v2
2323
- name: Build Docker Image
24-
run: docker build --no-cache -t jelledruyts/azure-aisearch-functionapp-dotnet:latest -f ./src/Azure.AISearch.FunctionApp.DotNet/Dockerfile ./src/Azure.AISearch.FunctionApp.DotNet
24+
run: docker build --no-cache -t pia/azure-aisearch-functionapp-dotnet:latest -f ./src/Azure.AISearch.FunctionApp.DotNet/Dockerfile ./src/Azure.AISearch.FunctionApp.DotNet
2525
- name: Push Docker Image to GitHub
2626
run: |
2727
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
28-
docker tag jelledruyts/azure-aisearch-functionapp-dotnet:latest ghcr.io/jelledruyts/azure-aisearch-functionapp-dotnet:latest
29-
docker push ghcr.io/jelledruyts/azure-aisearch-functionapp-dotnet:latest
28+
docker tag pia/azure-aisearch-functionapp-dotnet:latest ghcr.io/pia/azure-aisearch-functionapp-dotnet:latest
29+
docker push ghcr.io/pia/azure-aisearch-functionapp-dotnet:latest

.github/workflows/functionapp-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v2
2323
- name: Build Docker Image
24-
run: docker build --no-cache -t jelledruyts/azure-aisearch-functionapp-python:latest -f ./src/Azure.AISearch.FunctionApp.Python/Dockerfile ./src/Azure.AISearch.FunctionApp.Python
24+
run: docker build --no-cache -t pia/azure-aisearch-functionapp-python:latest -f ./src/Azure.AISearch.FunctionApp.Python/Dockerfile ./src/Azure.AISearch.FunctionApp.Python
2525
- name: Push Docker Image to GitHub
2626
run: |
2727
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
28-
docker tag jelledruyts/azure-aisearch-functionapp-python:latest ghcr.io/jelledruyts/azure-aisearch-functionapp-python:latest
29-
docker tag jelledruyts/azure-aisearch-functionapp-python:latest ghcr.io/jelledruyts/azure-aisearch-functionapp:latest
30-
docker push ghcr.io/jelledruyts/azure-aisearch-functionapp-python:latest
28+
docker tag pia/azure-aisearch-functionapp-python:latest ghcr.io/pia/azure-aisearch-functionapp-python:latest
29+
docker tag pia/azure-aisearch-functionapp-python:latest ghcr.io/pia/azure-aisearch-functionapp:latest
30+
docker push ghcr.io/pia/azure-aisearch-functionapp-python:latest

.github/workflows/webapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v2
2323
- 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 jelledruyts/azure-aisearch-webapp:latest -f ./src/Azure.AISearch.WebApp/Dockerfile ./src/Azure.AISearch.WebApp
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
2525
- name: Push Docker Image to GitHub
2626
run: |
2727
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
28-
docker tag jelledruyts/azure-aisearch-webapp:latest ghcr.io/jelledruyts/azure-aisearch-webapp:latest
29-
docker push ghcr.io/jelledruyts/azure-aisearch-webapp:latest
28+
docker tag pia/azure-aisearch-webapp:latest ghcr.io/pia/azure-aisearch-webapp:latest
29+
docker push ghcr.io/pia/azure-aisearch-webapp:latest

0 commit comments

Comments
 (0)