Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Sep 18, 2023
1 parent f7d3f15 commit 86e8d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Publish app
working-directory: ./src/ProfanityFilter.Action
run: |
dotnet publish /t:PublishContainer -c Release \
-o ./publish \
dotnet publish
/t:PublishContainer \
-r linux-musl-x64 \
-p ContainerFamily=alpine3.18 \
-p ContainerRegistry=ghcr.io \
Expand Down

0 comments on commit 86e8d2d

Please sign in to comment.