Revert "fix: publish container --no-restore"
All checks were successful
Caddy Manager CI build / docker (push) Successful in 41s

This reverts commit 7e6bb96390.
This commit is contained in:
2025-01-26 10:37:04 +07:00
parent 7e6bb96390
commit d25bddfa9b

View File

@@ -37,5 +37,5 @@ jobs:
- name: Publish container
run: |
dotnet publish \
--no-restore --configuration Release --os linux --arch x64 \
--configuration Release --os linux --arch x64 \
/t:PublishContainer -p ContainerRegistry=${{ vars.DOCKER_GITEA_DOMAIN }}