Update matrix-media-repo to c98a513
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

Builds of the current release tag don't run because of
incompatibilities between libheif and Alpine 3.19
This commit is contained in:
Oliver Traber 2023-12-11 10:17:08 +01:00
parent 4802111d5a
commit 2e7f70fb17
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -12,7 +12,7 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git clone https://github.com/turt2live/matrix-media-repo.git . - git clone https://github.com/turt2live/matrix-media-repo.git .
- git checkout tags/v1.3.3 - git checkout c98a513
docker: docker:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password] secrets: [docker_username, docker_password]