discord-cleanup-bot/.woodpecker/docker.yaml
Oliver Traber 9bef46a2ed
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/cron/docker Pipeline was successful
Fix secret usage for plugin-docker-buildx
2024-11-26 20:00:40 +01:00

30 lines
799 B
YAML

steps:
docker:
image: woodpeckerci/plugin-docker-buildx
settings:
pull_image: true
registry: git.bluemedia.dev
repo: git.bluemedia.dev/bluemedia/discord-cleanup-bot
username:
from_secret: docker_username
password:
from_secret: docker_password
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
tag: latest
notify:
image: git.bluemedia.dev/bluemedia/woodpecker-email
settings:
from:
from_secret: smtp_notify_email
host:
from_secret: smtp_notify_host
username:
from_secret: smtp_notify_username
password:
from_secret: smtp_notify_password
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
when:
- status: [ failure ]