Skip to content

Commit

Permalink
Update main_prod-ap-ms-order-customer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerheadShark666 authored Aug 23, 2024
1 parent 265f4e9 commit 5b16add
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_prod-ap-ms-order-customer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5b16add

Please sign in to comment.