docker-image-pipelines/.woodpecker/matrix-media-repo.yaml
Oliver Traber 2e7f70fb17
Some checks failed
ci/woodpecker/manual/wattpad-downloader Pipeline was successful
ci/woodpecker/manual/woodpecker-email Pipeline was successful
ci/woodpecker/manual/matrix-media-repo Pipeline was successful
ci/woodpecker/cron/matrix-media-repo Pipeline was successful
ci/woodpecker/cron/wattpad-downloader Pipeline was successful
ci/woodpecker/cron/woodpecker-email Pipeline failed
Update matrix-media-repo to c98a513
Builds of the current release tag don't run because of
incompatibilities between libheif and Alpine 3.19
2023-12-11 10:17:08 +01:00

40 lines
979 B
YAML

when:
- path:
include: [ '.woodpecker/matrix-media-repo.yaml' ]
labels:
platform: linux/amd64
skip_clone: true
steps:
clone:
image: alpine/git
commands:
- git clone https://github.com/turt2live/matrix-media-repo.git .
- git checkout c98a513
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:
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 ]