16 lines
347 B
YAML
16 lines
347 B
YAML
name: Build and Push Torrent Ingestor Service
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'src/torrent-ingestor/**'
|
|
|
|
jobs:
|
|
process:
|
|
uses: ./.github/workflows/base_image_workflow.yaml
|
|
secrets: inherit
|
|
with:
|
|
CONTEXT: ./src/torrent-ingestor
|
|
DOCKERFILE: ./src/torrent-ingestor/Dockerfile
|
|
IMAGE_NAME: knightcrawler-torrent-ingestor
|