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
|
- npm install --prefix assets
|
||||||
- mix test
|
- 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:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
|
Loading…
Reference in New Issue
Block a user