2023-05-06 14:52:17 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
2023-11-07 23:59:56 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx:latest
|
2023-05-06 14:52:17 +00:00
|
|
|
settings:
|
|
|
|
repo: git.dreamfall.space/${CI_REPO_OWNER}/prosody
|
|
|
|
registry: git.dreamfall.space
|
2023-11-07 16:05:18 +00:00
|
|
|
auto_tag: true
|
2023-05-06 14:52:17 +00:00
|
|
|
username: ${CI_REPO_OWNER}
|
|
|
|
password:
|
|
|
|
from_secret: git_token
|
|
|
|
|
|
|
|
notify:
|
2023-11-07 23:59:56 +00:00
|
|
|
image: deblan/woodpecker-email:latest
|
2023-05-06 14:52:17 +00:00
|
|
|
settings:
|
|
|
|
from: woodpecker@clacks.network
|
|
|
|
host: smtp.migadu.com
|
|
|
|
username:
|
|
|
|
from_secret: smtp_user
|
|
|
|
password:
|
|
|
|
from_secret: smtp_pass
|