docker-image-pipelines/.woodpecker/matrix-media-repo.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2023-11-05 01:57:53 +01:00
when:
2024-04-06 00:07:17 +02:00
- branch: main
2024-04-27 01:14:56 +02:00
event: [ push, manual, cron ]
2024-04-06 00:07:17 +02:00
path:
2023-11-05 01:57:53 +01:00
include: [ '.woodpecker/matrix-media-repo.yaml' ]
labels:
platform: linux/amd64
2023-07-09 23:16:00 +02:00
skip_clone: true
steps:
clone:
image: alpine/git
commands:
2024-04-06 00:50:55 +02:00
# renovate: datasource=github-releases depName=turt2live/matrix-media-repo versioning=semver-coerced
- git clone --branch v1.3.4 --depth 1 https://github.com/turt2live/matrix-media-repo.git .
2023-07-09 23:16:00 +02:00
docker:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
pull_image: true
registry: git.bluemedia.dev
repo: git.bluemedia.dev/bluemedia/matrix-media-repo
platforms: linux/amd64
tag: latest
notify:
2023-11-05 02:26:04 +01:00
image: git.bluemedia.dev/bluemedia/woodpecker-email
2023-07-09 23:16:00 +02:00
settings:
2023-11-05 02:50:00 +01:00
from:
2023-07-09 23:16:00 +02:00
from_secret: smtp_notify_email
host:
from_secret: smtp_notify_host
username:
2023-11-05 02:50:00 +01:00
from_secret: smtp_notify_username
2023-07-09 23:16:00 +02:00
password:
from_secret: smtp_notify_password
2023-11-05 02:26:04 +01:00
recipients_only: true
recipients:
from_secret: smtp_notify_recipients
2023-07-09 23:16:00 +02:00
when:
- status: [ failure ]