discord-cleanup-bot/.woodpecker/docker.yaml
Oliver Traber a76ac78426
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/manual/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful
Update woodpecker email notification
2023-07-29 16:15:17 +02:00

28 lines
756 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/discord-cleanup-bot
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
tag: latest
notify:
image: deblan/woodpecker-email
settings:
from.address:
from_secret: smtp_notify_email
from.name: Woodpecker CI
host:
from_secret: smtp_notify_host
username:
from_secret: smtp_notify_email
password:
from_secret: smtp_notify_password
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
when:
- status: [ failure ]