scripts/.woodpecker/docker.yml
Dawid Wysokiński 49d0e438f1
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
feat: migrate from drone to woodpecker
2023-09-09 07:02:46 +02:00

35 lines
785 B
YAML

when:
event: [tag]
ref: refs/tags/v*
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
group: docker
settings:
platforms: linux/amd64
repo: gitea.dwysokinski.me/twhelp-packages/scripts
registry: gitea.dwysokinski.me
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password
notify:
image: deblan/woodpecker-email
settings:
from:
from_secret: email_from
from.name: Woodpecker
host:
from_secret: email_host
username:
from_secret: email_username
password:
from_secret: email_password
recipients:
- notifications@dwysokinski.me
recipients_only: true
when:
status: [failure]