build: fix env docker
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user