19 lines
347 B
YAML
19 lines
347 B
YAML
name: Build and Push Producer Service
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- '**'
|
|
paths:
|
|
- 'src/producer/**'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
process:
|
|
uses: ./.github/workflows/base_image_workflow.yaml
|
|
secrets: inherit
|
|
with:
|
|
CONTEXT: ./src/
|
|
DOCKERFILE: ./src/producer/src/Dockerfile
|
|
IMAGE_NAME: knightcrawler-producer
|