mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user