nginx-live/.woodpecker/docker.yaml

28 lines
733 B
YAML
Raw Normal View History

2023-07-09 22:15:15 +02:00
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:
2023-11-05 15:37:42 +01:00
image: git.bluemedia.dev/bluemedia/woodpecker-email
2023-07-09 22:15:15 +02:00
settings:
2023-11-05 15:37:42 +01:00
from:
2023-07-09 22:15:15 +02:00
from_secret: smtp_notify_email
host:
from_secret: smtp_notify_host
username:
2023-11-05 15:37:42 +01:00
from_secret: smtp_notify_username
2023-07-09 22:15:15 +02:00
password:
from_secret: smtp_notify_password
2023-11-05 15:37:42 +01:00
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
2023-07-09 22:15:15 +02:00
when:
- status: [ failure ]