docker-image-pipelines/.drone.yml
Oliver Traber c4bacf7e80
All checks were successful
continuous-integration/drone Build is passing
Pin matrix-media-repo to latest working commit
Current state of the matrix-media-repo master branch is broken.
This change pins the pipeline to the latest working commit.
2023-04-08 02:05:41 +02:00

57 lines
1.1 KiB
YAML

kind: pipeline
type: docker
name: matrix-media-repo
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git clone https://github.com/turt2live/matrix-media-repo.git .
- git checkout 219e4bc
- name: docker
image: plugins/docker
settings:
pull_image: true
no_cache: true
repo: git.bluemedia.dev/bluemedia/matrix-media-repo
tags:
- latest
purge: true
registry: git.bluemedia.dev
username:
from_secret: docker_username
password:
from_secret: docker_password
---
kind: pipeline
type: docker
name: wattpad-downloader
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git clone https://github.com/Feuerhamster/wattpad-downloader.git .
- git checkout master
- name: docker
image: plugins/docker
settings:
pull_image: true
no_cache: true
repo: git.bluemedia.dev/bluemedia/wattpad-downloader
tags:
- latest
purge: true
registry: git.bluemedia.dev
username:
from_secret: docker_username
password:
from_secret: docker_password