mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Skip workflow to base, and then one for each docker image
Also limits each to firing based on the path of changes in the push.
This commit is contained in:
14
.github/workflows/build_producer.yaml
vendored
Normal file
14
.github/workflows/build_producer.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build and Push Addon Image
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/producer/**'
|
||||
|
||||
jobs:
|
||||
process:
|
||||
uses: ./.github/workflows/base_image_workflow.yaml
|
||||
secrets: inherit
|
||||
with:
|
||||
CONTEXT: ./src/producer/
|
||||
IMAGE_NAME: knightcrawler-producer
|
||||
Reference in New Issue
Block a user