diff --git a/.github/workflows/main_prod-ap-ms-order-customer.yml b/.github/workflows/main_prod-ap-ms-order-customer.yml index eab55ae..4d05af5 100644 --- a/.github/workflows/main_prod-ap-ms-order-customer.yml +++ b/.github/workflows/main_prod-ap-ms-order-customer.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.AzureAppService_ContainerPassword_7820bb45560246ccb4db192c85cd6c64 }} - name: Build and push container image to registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: push: true tags: prodcrmsordersystem.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_7f841e2c5fcd40e4b7eb95c24c4711cc }}/microservicecustomer:${{ github.sha }} @@ -57,10 +57,9 @@ jobs: - uses: actions/checkout@v4 - name: Set up .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.x' - include-prerelease: true - name: Build with dotnet run: dotnet build Microservice.Customer.Api/Microservice.Customer.Api.csproj --configuration Release