Skip to content

fix: indented job creation to allow multiple model deployment in a co… #22

fix: indented job creation to allow multiple model deployment in a co…

fix: indented job creation to allow multiple model deployment in a co… #22

Workflow file for this run

on:
push:
paths:
- backend/**/*
branches:
- "master"
- "main"
- "latest"
- "dev*"
release:
types:
- created
jobs:
build-backend:
uses: ./.github/workflows/build.yml
with:
context: backend
dockerfile: backend/Dockerfile
name: kafka-ml-backend
platforms: linux/amd64
secrets: inherit