Improve producer matching - Add tissue service
Tissue service will sanitize the existign database of ingested torrents by matching existing titles with new banned word lists. Now with added kleenex
This commit is contained in:
14
.github/workflows/build_tissue.yaml
vendored
Normal file
14
.github/workflows/build_tissue.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user