forked from shibao/cannery
add dockerhub build and publish step
This commit is contained in:
parent
1c07449b54
commit
e9cdb0f717
10
.drone.yml
10
.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
|
||||
|
Loading…
Reference in New Issue
Block a user