docker-image-pipelines/.woodpecker/matrix-media-repo.yaml
Oliver Traber 4802111d5a
All checks were successful
ci/woodpecker/push/matrix-media-repo Pipeline was successful
ci/woodpecker/cron/wattpad-downloader Pipeline was successful
ci/woodpecker/cron/woodpecker-email Pipeline was successful
ci/woodpecker/cron/matrix-media-repo Pipeline was successful
Build matrix-media-repo only on amd64 agent
2023-11-05 16:21:58 +01:00

40 lines
983 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 tags/v1.3.3
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 ]