Add nightly dev drone cron build. (#664)

This commit is contained in:
Dessalines 2022-05-25 17:00:07 -04:00 committed by GitHub
parent c8869174e8
commit 4a6320c685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,21 @@ steps:
commands:
- yarn build:dev
- name: nightly build
image: plugins/docker
settings:
dockerfile: Dockerfile
repo: dessalines/lemmy-ui
username:
from_secret: docker_username
password:
from_secret: docker_password
tags:
- dev
when:
event:
- cron
- name: publish release docker image
image: plugins/docker
settings: