Обновил CI/CD
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 27s
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 27s
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine3.22 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine3.22 AS build
|
||||||
ARG BUILD_CONFIGURATION=Release
|
ARG BUILD_CONFIGURATION=Release
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY ./SfeduSchedule ./SfeduSchedule
|
||||||
|
COPY ./SfeduSchedule.Plugin.Abstractions ./SfeduSchedule.Plugin.Abstractions
|
||||||
|
WORKDIR /src/SfeduSchedule
|
||||||
RUN dotnet restore "SfeduSchedule.csproj"
|
RUN dotnet restore "SfeduSchedule.csproj"
|
||||||
RUN dotnet publish "SfeduSchedule.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
RUN dotnet publish "SfeduSchedule.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||||
|
|
Reference in New Issue
Block a user