From c057f8132c111be2c901de359103b25053ecc5bf Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 9 Feb 2023 14:03:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone.yaml b/.drone.yaml index 3b5e568..ee98cec 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -17,7 +17,18 @@ steps: - dotnet restore LeagueOfLegends.sln - dotnet build LeagueOfLegends.sln -c Release --no-restore - dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - +# docker image build + - name: docker-build-and-push + image: plugins/docker + settings: + dockerfile: EntityFramework_LoL/Sources/Dockerfile + context: EntityFramework_LoL/Sources/ + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/git/arthur.valin/League-of-Legends_Project + username: + from_secret: SECRET_REGISTRY_USERNAME + password: + from_secret: SECRET_REGISTRY_PASSWORD - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: