fix: hotfixed CronTab dependencyrefs NOISSUE

This commit is contained in:
Simon Diesenreiter 2025-04-15 13:58:12 +02:00
parent 28616252aa
commit 513589a6fc
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Upload Python Package
name: Build Docker image
permissions:
contents: write

View File

@ -4,8 +4,8 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" /-->
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
<add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
<!--add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
</packageSources>
</configuration>