From e9cdb0f71713788bcca1b18f189ec88dcd93087a Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 12 Feb 2022 02:38:15 -0500 Subject: [PATCH] add dockerhub build and publish step --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1ebd03f..f7947b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,16 @@ steps: - npm install --prefix assets - mix test +- name: build and publish + image: plugins/docker + settings: + repo: shibaobun/lokal + tags: latest + username: + from_secret: docker_username + password: + from_secret: docker_password + services: - name: database image: postgres:13