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