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
context: Sources
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:
from_secret: SECRET_REGISTRY_USERNAME
password:
@ -62,7 +62,7 @@ steps:
dockerfile: Sources/Bowling Api Gateway/Dockerfile
context: Sources/DockerfileGateway
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:
from_secret: SECRET_REGISTRY_USERNAME
password:

@ -5,7 +5,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
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"
COPY . .
WORKDIR "/src/Bowling Api Gateway"

Loading…
Cancel
Save