From eb13706754ea0f582eb1d5e73c6668c8aa6ac4c5 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Fri, 10 Mar 2023 12:48:37 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2131d79..024beab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ trigger: dockerfile: Sources/Dockerfile context: Sources/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/my.login/myRepository + repo: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -23,7 +23,7 @@ trigger: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest - CONTAINERNAME: my_container_name + IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest + CONTAINERNAME: drone-sonarplugin-reactnative COMMAND: create OVERWRITE: true \ No newline at end of file