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