From b7129228a7973e5323792adc2248edbebbb57e92 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Wed, 22 Feb 2023 15:08:33 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drone.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drone.yml b/drone.yml index 298375a..a4825d5 100644 --- a/drone.yml +++ b/drone.yml @@ -18,20 +18,6 @@ steps: - 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: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 - settings: - dockerfile: Sources/Dockerfile - context: Sources/ - registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/enzo.jolys/Api-LOL - username: - from_secret: enzo - password: - from_secret: toto - - - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: @@ -75,6 +61,20 @@ steps: - master depends_on: [ build ] + # docker image build + - name: docker-build-and-push + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 + settings: + dockerfile: Sources/Dockerfile + context: Sources/ + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/enzo.jolys/Api-LOL + username: + from_secret: enzo + password: + from_secret: toto + + volumes: - name: docs temp: {} \ No newline at end of file