Skip to content

Commit

Permalink
Revert to previous publish step (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Feb 16, 2024
1 parent 97f2b90 commit 7673ed8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
- name: Restore
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: ./src/TagzApp.Blazor

- name: Publish
run: dotnet publish --configuration Release --no-restore --os linux --arch x64 -t:PublishContainer /p:ContainerImageTags='"${{ steps.nbgv_version.outputs.Version }};latest"' /p:ContainerRegistry=ghcr.io
run: dotnet publish --os linux --arch x64 -t:PublishContainer /p:ContainerImageTags='"${{ steps.nbgv_version.outputs.Version }};latest"' /p:ContainerRegistry=ghcr.io
working-directory: ./src/TagzApp.Blazor

0 comments on commit 7673ed8

Please sign in to comment.