Files
torrentio/.github/workflows/build_torrent_ingester.yaml
2024-03-27 21:38:59 -05:00

15 lines
309 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/python/torrent_ingestor
IMAGE_NAME: knightcrawler-torrent-ingestor