mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Tissue service will sanitize the existign database of ingested torrents by matching existing titles with new banned word lists. Now with added kleenex
15 lines
256 B
YAML
15 lines
256 B
YAML
name: Build and Push Tissue Service
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'src/tissue/**'
|
|
|
|
jobs:
|
|
process:
|
|
uses: ./.github/workflows/base_image_workflow.yaml
|
|
secrets: inherit
|
|
with:
|
|
CONTEXT: ./src/tissue/
|
|
IMAGE_NAME: knightcrawler-tissue
|