fix: add --no-cache to deploy-now build step; revert temp cache bust changes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
|
||||
ARG DEPLOY_TIMESTAMP
|
||||
WORKDIR /src
|
||||
COPY Nexus.Api.csproj .
|
||||
# cache-bust: 2026-06-22T19:56+02
|
||||
RUN dotnet restore
|
||||
COPY . .
|
||||
RUN dotnet publish -c Release -o /app/publish
|
||||
|
||||
Reference in New Issue
Block a user