Skip to content

Commit 623709a

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Removed docker github packages source
1 parent 840291a commit 623709a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ COPY ./src/ ./src/
1212
# Mount GitHub Token as a Docker secret, add NuGet source, and build the solution
1313
RUN --mount=type=secret,id=github_token \
1414
--mount=type=cache,target=/root/.nuget/packages \
15-
dotnet nuget add source --username USERNAME --password $(cat /run/secrets/github_token) --store-password-in-clear-text --name github "https://nuget.pkg.github.com/DFE-Digital/index.json" && \
1615
dotnet restore DfE.ExternalApplications.Web.sln && \
1716
dotnet build DfE.ExternalApplications.Web.sln --no-restore -c Release && \
1817
dotnet publish DfE.ExternalApplications.Web.sln --no-build -o /app

0 commit comments

Comments
 (0)