build: fix env docker
Some checks failed
Winsomnia GitOps Pipeline / build-and-push (push) Successful in 1m9s
Winsomnia GitOps Pipeline / deploy (push) Failing after 6s

This commit is contained in:
2025-12-10 00:50:42 +03:00
parent 86d7001e79
commit dddedfa45c
2 changed files with 5 additions and 9 deletions

View File

@@ -14,10 +14,6 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src
COPY . .
RUN --mount=type=secret,id=nuget_source \
ls -l /run/secrets && \
echo "NUGET_SOURCE='$(cat /run/secrets/nuget_source || true)'"
RUN --mount=type=secret,id=nuget_username \
--mount=type=secret,id=nuget_token \
--mount=type=secret,id=nuget_source \