From 0d62ab584149784b8d4dcde0c5e834e952fe8241 Mon Sep 17 00:00:00 2001 From: nightly Date: Fri, 14 Oct 2022 11:33:07 +0200 Subject: [PATCH] add docker to steps --- .drone.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index a31d207..93ffb38 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,12 +24,11 @@ steps: webhook_token: from_secret: webhook_token -publish: - name: Dockerr - image: plugins/docker - repo: https://tea.nightly.town/Mangoberry/MangoNotes - username: nightlymania - password: - from_secret: dockerpasswd - when: - branch: master \ No newline at end of file +- name: Docker + image: plugins/docker + repo: https://tea.nightly.town/Mangoberry/MangoNotes + username: nightlymania + password: + from_secret: dockerpasswd + when: + branch: master \ No newline at end of file