diff --git a/.drone.yml b/.drone.yml index b8e499a..22497c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: dockerfile: docker/Dockerfile context: . registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/votreutilisateur/wf-database + repo: hub.codefirst.iut.uca.fr/wikifantasy/wf-database username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -25,7 +25,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/votreutilisateur/wf-database:latest + IMAGENAME: hub.codefirst.iut.uca.fr/wikifantasy/wf-database:latest CONTAINERNAME: wf-database COMMAND: create OVERWRITE: true