Skip to content

Commit

Permalink
patch: fix github wokflow syntax (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr authored May 25, 2023
1 parent 5f901f6 commit e2b43dd
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 @@ -25,7 +25,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish docker image
run:
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
docker push ghcr.io/team-gsri/apps-api-personnels:${{ steps.next-version.outputs.next-version }}
Expand Down

0 comments on commit e2b43dd

Please sign in to comment.