Files
knightcrawler/.github/workflows/build_tissue.yaml
iPromKnight 79a6aa3cb0 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
2024-03-12 10:29:13 +00:00

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