diff --git a/.woodpecker/docker.yaml b/.woodpecker/docker.yaml new file mode 100644 index 0000000..bc9d1d2 --- /dev/null +++ b/.woodpecker/docker.yaml @@ -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 ] \ No newline at end of file