From 643239abb499eb1ba01eefa5e9566cec969e3fa7 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:03:00 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index eec6f16..7573080 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ steps: dockerfile: Sources/MovieFinder_API/Dockerfile context: Sources/ registry: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 - repo: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinderAPI + repo: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinderapi username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -76,7 +76,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinderAPI:latest + IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinderapi:latest CONTAINERNAME: container_moviefinder_api COMMAND: create OVERWRITE: true