mirror of
https://github.com/BluemediaGER/nginx-live.git
synced 2024-11-12 23:25:28 +01:00
28 lines
733 B
YAML
28 lines
733 B
YAML
steps:
|
|
docker:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
secrets: [docker_username, docker_password]
|
|
settings:
|
|
pull_image: true
|
|
registry: git.bluemedia.dev
|
|
repo: git.bluemedia.dev/bluemedia/nginx-live
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
|
tag: latest
|
|
|
|
notify:
|
|
image: git.bluemedia.dev/bluemedia/woodpecker-email
|
|
settings:
|
|
from:
|
|
from_secret: smtp_notify_email
|
|
host:
|
|
from_secret: smtp_notify_host
|
|
username:
|
|
from_secret: smtp_notify_username
|
|
password:
|
|
from_secret: smtp_notify_password
|
|
recipients_only: true
|
|
recipients:
|
|
from_secret: smtp_notify_recipients
|
|
when:
|
|
- status: [ failure ]
|