Files
knightcrawler/.github/workflows/build_producer.yaml
iPromKnight 96e6fd8b9b 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.
2024-03-09 15:45:52 +00:00

15 lines
259 B
YAML

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