discord-cleanup-bot/.woodpecker/docker.yaml

27 lines
741 B
YAML
Raw Permalink Normal View History

2023-07-11 23:18:24 +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/discord-cleanup-bot
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
tag: latest
notify:
2023-11-05 15:44:32 +01:00
image: git.bluemedia.dev/bluemedia/woodpecker-email
2023-07-11 23:18:24 +02:00
settings:
2023-11-05 15:44:32 +01:00
from:
2023-07-11 23:18:24 +02:00
from_secret: smtp_notify_email
host:
from_secret: smtp_notify_host
username:
2023-11-05 15:44:32 +01:00
from_secret: smtp_notify_username
2023-07-11 23:18:24 +02:00
password:
from_secret: smtp_notify_password
2023-07-29 16:15:17 +02:00
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
2023-07-11 23:18:24 +02:00
when:
- status: [ failure ]