mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Use woodpecker docker plugin. (#141)
This commit is contained in:
parent
cd92c9874e
commit
7fd88670c5
1 changed files with 4 additions and 6 deletions
|
@ -31,12 +31,11 @@ pipeline:
|
|||
- cron
|
||||
|
||||
nightly_build_and_push_to_docker_hub:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
repo: dessalines/joinlemmy-site
|
||||
tags:
|
||||
- latest
|
||||
tag: latest
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
@ -55,12 +54,11 @@ pipeline:
|
|||
event: tag
|
||||
|
||||
release_build_and_push_to_docker_hub:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
repo: dessalines/joinlemmy-site
|
||||
tags:
|
||||
- latest
|
||||
tag: latest
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue