diff --git a/.drone.yml b/.drone.yml index e891141..cd99729 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,7 +67,7 @@ steps: dockerfile: ./Dockerfile context: ./ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/hugo.livet/conseco + repo: hub.codefirst.iut.uca.fr/consecoteam/conseco username: from_secret: secret-registry-username password: @@ -76,7 +76,7 @@ steps: - name: deploy-web-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/hugo.livet/conseco:latest + IMAGENAME: hub.codefirst.iut.uca.fr/consecoteam/conseco:latest CONTAINERNAME: conseco COMMAND: create OVERWRITE: true