Hotfix ingestor github flow, and move to top level src folder (foldedr per service) (#179)

This commit is contained in:
iPromKnight
2024-03-28 10:20:26 +00:00
committed by GitHub
parent 4308a0ee71
commit baec0450bf
9 changed files with 3 additions and 2 deletions

View File

@@ -3,12 +3,13 @@ name: Build and Push Torrent Ingestor Service
on: on:
push: push:
paths: paths:
- 'src/python/torrent_ingestor/**' - 'src/torrent-ingestor/**'
jobs: jobs:
process: process:
uses: ./.github/workflows/base_image_workflow.yaml uses: ./.github/workflows/base_image_workflow.yaml
secrets: inherit secrets: inherit
with: with:
CONTEXT: ./src/python/torrent_ingestor CONTEXT: ./src/torrent-ingestor
DOCKERFILE: ./src/torrent-ingestor/Dockerfile
IMAGE_NAME: knightcrawler-torrent-ingestor IMAGE_NAME: knightcrawler-torrent-ingestor