mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Adding nightly docker build. (#1678)
This commit is contained in:
parent
ef66dfa6fd
commit
504e4fb4da
1 changed files with 11 additions and 0 deletions
|
@ -32,3 +32,14 @@ pipeline:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
nightly_build:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
secrets: [docker_username, docker_password]
|
||||||
|
settings:
|
||||||
|
repo: dessalines/lemmy-ui
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
|
tag: dev
|
||||||
|
when:
|
||||||
|
event: cron
|
||||||
|
|
Loading…
Reference in a new issue