diff --git a/.drone.yml b/.drone.yml index b355d95..065ce60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -149,7 +149,7 @@ steps: dockerfile: WF_EF_Api/WfApi/Dockerfile context: WF_EF_Api/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/WhatTheFantasy/WF-PmAPI + repo: hub.codefirst.iut.uca.fr/whatthefantasy/wf-pmapi username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -159,7 +159,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/WhatTheFantasy/WF-PmAPI:latest + IMAGENAME: hub.codefirst.iut.uca.fr/whatthefantasy/wf-pmapi:latest CONTAINERNAME: web-services COMMAND: create OVERWRITE: true