diff --git a/.drone.yml b/.drone.yml index af4b463..41f7b45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,7 @@ steps: dockerfile: ./Sources/API/Quarkus/src/main/docker/Dockerfile.jvm context: ./Sources/API/Quarkus/src/main/docker/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/lucas.delanier/Bowl_in - + repo: hub.codefirst.iut.uca.fr/lucas.delanier/bowl_in username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -40,7 +39,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/Bowl_in:latest + IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/bowl_in:latest CONTAINERNAME: bowl-api COMMAND: create OVERWRITE: true