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_jackett-addon.yaml
vendored
Normal file
14
.github/workflows/build_jackett-addon.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build and Push Addon Image
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/node/addon-jackett/**'
|
||||
|
||||
jobs:
|
||||
process:
|
||||
uses: ./.github/workflows/base_image_workflow.yaml
|
||||
secrets: inherit
|
||||
with:
|
||||
CONTEXT: ./src/node/addon-jackett/
|
||||
IMAGE_NAME: knightcrawler-addon-jackett
|
||||
Reference in New Issue
Block a user