Skip to content

Build and Push Producer Service #3

Build and Push Producer Service

Build and Push Producer Service #3

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