iun,
continuous-integration/drone/push Build is failing Details

pull/14/head
Victor Perez NGOUNOU 2 years ago
parent 78595b8bc4
commit 15fa4bbc31

@ -48,7 +48,7 @@ steps:
dockerfile: Sources/DockerfileRestFull dockerfile: Sources/DockerfileRestFull
context: Sources context: Sources
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/bowling-api-rest
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
@ -62,7 +62,7 @@ steps:
dockerfile: Sources/Bowling Api Gateway/Dockerfile dockerfile: Sources/Bowling Api Gateway/Dockerfile
context: Sources/DockerfileGateway context: Sources/DockerfileGateway
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/bowling-api-gateway
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:

@ -5,7 +5,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src WORKDIR /src
COPY ["Sources/Bowling Api Gateway/Bowling Api Gateway.csproj", "Bowling Api Gateway/"] COPY ["Bowling Api Gateway/Bowling Api Gateway.csproj", "Bowling Api Gateway/"]
RUN dotnet restore "Bowling Api Gateway/Bowling Api Gateway.csproj" RUN dotnet restore "Bowling Api Gateway/Bowling Api Gateway.csproj"
COPY . . COPY . .
WORKDIR "/src/Bowling Api Gateway" WORKDIR "/src/Bowling Api Gateway"

Loading…
Cancel
Save