diff --git a/.drone.yml b/.drone.yml index 82036eff..95eb7f1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,14 +37,14 @@ steps: - name: docker-build-and-push image: plugins/docker settings: + dockerfile: Sources/config/Dockerfile + context: Sources + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/david.d_almeida/web username: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD - dockerfile: Sources/config/Dockerfile - context: Sources - registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/git/david.d_almeida/web - name: notify image: ruby:2.1