Add Woodpecker CI pipeline
All checks were successful
ci/woodpecker/manual/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful

This commit is contained in:
Oliver Traber 2023-07-11 23:18:24 +02:00
parent d2b0817d26
commit de2a8bb812
Signed by: Bluemedia
GPG key ID: C0674B105057136C

25
.woodpecker/docker.yaml Normal file
View file

@ -0,0 +1,25 @@
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
when:
- status: [ failure ]