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
|