diff --git a/.drone.yml b/.drone.yml index 4b09fec..23637d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,20 +38,3 @@ steps: from_secret: SECRET_SONAR_LOGIN depends_on: [tests] - - name: docker-build-and-push - image: plugins/docker - settings: - dockerfile: Dockerfile - context: Web_Api - registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/theo.dupin/Entity_Framework_Theo - username: - from_secret: SECRET_REGISTRY_USERNAME - password: - from_secret: SECRET_REGISTRY_PASSWORD - depends_on: [code-analysis] - -volumes: - - name: docs - temp: {} -