From 990c2d64bd7074a2be2a339bdd9c655cc2b298a1 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Sun, 12 Sep 2021 16:38:24 +0200 Subject: [PATCH] test drone deploy --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7057dfd..2aa723b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,9 @@ steps: - name: build_and_publish_docmaster image: plugins/docker:linux-amd64 - pull: always settings: dockerfile: docmaster/Dockerfile context: docmaster - auto_tag: true - daemon_off: false password: from_secret: docker_password registry: docker.asperti.com