From d25bddfa9b71bb66541ee0bc6a7fffc87b2d8e9c Mon Sep 17 00:00:00 2001 From: ebolo Date: Sun, 26 Jan 2025 10:37:04 +0700 Subject: [PATCH] Revert "fix: publish container --no-restore" This reverts commit 7e6bb963901c2940109123005a97488728ea8182. --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3b5a5b0..f9122d2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }} \ No newline at end of file