fix: publish container --no-restore
Some checks failed
Caddy Manager CI build / docker (push) Failing after 36s

This commit is contained in:
2025-01-26 09:55:59 +07:00
parent 57c007364f
commit 7e6bb96390

View File

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