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