From 5b16adde4adaf5dee4d88abb1612b174e888da57 Mon Sep 17 00:00:00 2001 From: HammerheadShark666 <103519731+HammerheadShark666@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:05:17 +0100 Subject: [PATCH] Update main_prod-ap-ms-order-customer.yml --- .github/workflows/main_prod-ap-ms-order-customer.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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