muse/.woodpecker/docker.yaml

27 lines
716 B
YAML
Raw Normal View History

2023-10-03 20:20:11 +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/musebot
2023-10-03 20:29:57 +02:00
platforms: linux/amd64,linux/arm64/v8
2023-10-03 20:20:11 +02:00
tag: latest
notify:
2023-11-05 15:41:44 +01:00
image: git.bluemedia.dev/bluemedia/woodpecker-email
2023-10-03 20:20:11 +02:00
settings:
2023-11-05 15:41:44 +01:00
from:
2023-10-03 20:20:11 +02:00
from_secret: smtp_notify_email
host:
from_secret: smtp_notify_host
username:
2023-11-05 15:41:44 +01:00
from_secret: smtp_notify_username
2023-10-03 20:20:11 +02:00
password:
from_secret: smtp_notify_password
2023-11-05 15:41:44 +01:00
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
2023-10-03 20:20:11 +02:00
when:
- status: [ failure ]