mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix: re-add --sc flag
This commit is contained in:
parent
853821130c
commit
ca8e73588e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/directory.yml
vendored
2
.github/workflows/directory.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Publish & Push
|
||||
if: github.event_name == 'push'
|
||||
run: >
|
||||
dotnet publish
|
||||
dotnet publish --sc
|
||||
-p:PublishProfile=DefaultContainer
|
||||
-p:ContainerRegistry=${{ env.CONTAINER_REGISTRY }}
|
||||
-p:ContainerRepository=${{ env.CONTAINER_REPOSITORY }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue