Skip to content

Commit

Permalink
patch: fix build target (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr authored May 25, 2023
1 parent e2b43dd commit 3802a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build and publish docker image
run: |
dotnet publish src --configuration Release /target:PublishContainer /property:Version=${{ steps.next-version.outputs.next-version }} /property:ContainerRegistry= /property:ContainerImageName=ghcr.io/team-gsri/apps-api-personnels
dotnet publish src/Gsri.Api.Personnels --configuration Release /target:PublishContainer /property:Version=${{ steps.next-version.outputs.next-version }} /property:ContainerRegistry= /property:ContainerImageName=ghcr.io/team-gsri/apps-api-personnels
docker push ghcr.io/team-gsri/apps-api-personnels:${{ steps.next-version.outputs.next-version }}
- name: Publish GitHub release
Expand Down

0 comments on commit 3802a74

Please sign in to comment.