diff --git a/.drone.yml b/.drone.yml index b9506ed..0375e64 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,20 @@ steps: depends_on: - rewrite-urls + - name: docker-build-and-push-without-mirror + image: plugins/docker + settings: + dockerfile: docker/Dockerfile + context: . + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/clement.freville2/drone-health + username: + from_secret: SECRET_REGISTRY_USERNAME + password: + from_secret: SECRET_REGISTRY_PASSWORD + depends_on: + - rewrite-urls + - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: