From fafde42b84e1e28d9c2600b88f4cb58089825e6d Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Wed, 6 Dec 2023 22:36:01 +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 1a592ce..bb5ee3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: dockerfile: src/Mqtt/Dockerfile context: src/Mqtt registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/emre.kartal/flad + repo: hub.codefirst.iut.uca.fr/david.d_almeida/flad username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -29,7 +29,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/emre.kartal/flad:latest + IMAGENAME: hub.codefirst.iut.uca.fr/david.d_almeida/flad:latest CONTAINERNAME: mqtt COMMAND: create OVERWRITE: true