Files
torrentio/.github/workflows/build_torrent_ingester.yaml
RohirrimRider a6d3a4a066 init ingest torrents from annatar (#157)
* init ingest torrents from annatar

* works

* mv annatar to src/

* done

* add ci and readme

---------

Co-authored-by: Brett <eruiluvatar@pnbx.xyz>
2024-03-27 21:35:03 -05:00

15 lines
295 B
YAML

name: Build and Push Torrent Ingestor Service
on:
push:
paths:
- 'src/python/torrent_ingestor/**'
jobs:
process:
uses: ./.github/workflows/base_image_workflow.yaml
secrets: inherit
with:
CONTEXT: ./src/producer/
IMAGE_NAME: knightcrawler-torrent-ingestor