Files
torrentio/.github/workflows/build_producer.yaml
2024-03-09 15:54:13 +00:00

15 lines
264 B
YAML

name: Build and Push Producer Service
on:
push:
paths:
- 'src/producer/**'
jobs:
process:
uses: ./.github/workflows/base_image_workflow.yaml
secrets: inherit
with:
CONTEXT: ./src/producer/
IMAGE_NAME: knightcrawler-producer