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:
iPromKnight
2024-03-09 15:45:52 +00:00
parent 734d291c2e
commit 96e6fd8b9b
6 changed files with 81 additions and 16 deletions

14
.github/workflows/build_producer.yaml vendored Normal file
View 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