Skip to content

Commit dd853d4

Browse files
committed
ci: update workflow with correct solution name and Dockerfile path
1 parent cd4a29a commit dd853d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet-version: "8.0.x"
2424

2525
- name: Build
26-
run: dotnet build --configuration Release
26+
run: dotnet build src/ControlaEstoque.API/ControlaEstoque.API.csproj --configuration Release
2727

2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v3
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
push: true
4242
tags: ${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_APP_NAME }}:${{ github.sha }}
43-
file: Refit.Api/Dockerfile
43+
file: src/ControlaEstoque.API/Dockerfile
4444

4545
- name: Azure Login
4646
uses: azure/login@v2

0 commit comments

Comments
 (0)