add dockerhub build and publish step

This commit is contained in:
shibao 2022-02-12 02:38:15 -05:00 committed by oliviasculley
parent 1c07449b54
commit e9cdb0f717
1 changed files with 10 additions and 0 deletions

View File

@ -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