File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments