Hotfix ingestor github flow, and move to top level src folder (foldedr per service) (#179)
This commit is contained in:
@@ -3,12 +3,13 @@ name: Build and Push Torrent Ingestor Service
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/python/torrent_ingestor/**'
|
||||
- 'src/torrent-ingestor/**'
|
||||
|
||||
jobs:
|
||||
process:
|
||||
uses: ./.github/workflows/base_image_workflow.yaml
|
||||
secrets: inherit
|
||||
with:
|
||||
CONTEXT: ./src/python/torrent_ingestor
|
||||
CONTEXT: ./src/torrent-ingestor
|
||||
DOCKERFILE: ./src/torrent-ingestor/Dockerfile
|
||||
IMAGE_NAME: knightcrawler-torrent-ingestor
|
||||
|
||||
Reference in New Issue
Block a user