docker build

This commit is contained in:
Paul Schneider 2026-06-07 07:50:44 +01:00
commit 15e63af8f1
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile.prod file: ./Dockerfile
push: true push: true
tags: | tags: |
pazof/yavsc:latest pazof/yavsc:latest

View file

@ -2,7 +2,7 @@
<configuration> <configuration>
<packageSources> <packageSources>
<clear /> <clear />
<add key="nuget.org" value="https://nuget.org" protocolVersion="3" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="dotnet10" value="https://azure.com" protocolVersion="3" /> <add key="dotnet10" value="https://azure.com" protocolVersion="3" />
<add key="dotnet-public" value="https://azure.com" protocolVersion="3" /> <add key="dotnet-public" value="https://azure.com" protocolVersion="3" />
</packageSources> </packageSources>