Skip to content

Commit

Permalink
Adding nightly docker build. (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jun 28, 2023
1 parent ef66dfa commit 504e4fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ pipeline:
auto_tag: true
when:
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

0 comments on commit 504e4fb

Please sign in to comment.