muse/.woodpecker/docker.yaml
Oliver Traber 72d8485620
Some checks failed
ci/woodpecker/manual/docker Pipeline failed
Replace DroneCI with Woodpecker
2023-10-03 20:20:11 +02:00

25 lines
654 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/musebot
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 ]