Skip to content

Commit 35f5f7c

Browse files
author
Matthew Harris
committed
Adjusted for PIA
1 parent 1708d02 commit 35f5f7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/functionapp-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
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: |
27-
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
27+
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2828
docker tag pia/azure-aisearch-functionapp-dotnet:latest ghcr.io/pia/azure-aisearch-functionapp-dotnet:latest
2929
docker push ghcr.io/pia/azure-aisearch-functionapp-dotnet:latest

.github/workflows/functionapp-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
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: |
27-
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
27+
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2828
docker tag pia/azure-aisearch-functionapp-python:latest ghcr.io/pia/azure-aisearch-functionapp-python:latest
2929
docker tag pia/azure-aisearch-functionapp-python:latest ghcr.io/pia/azure-aisearch-functionapp:latest
3030
docker push ghcr.io/pia/azure-aisearch-functionapp-python:latest

.github/workflows/webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
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: |
27-
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
27+
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2828
docker tag pia/azure-aisearch-webapp:latest ghcr.io/pia/azure-aisearch-webapp:latest
2929
docker push ghcr.io/pia/azure-aisearch-webapp:latest

0 commit comments

Comments
 (0)