add migrator build job

This commit is contained in:
iPromKnight
2024-03-09 19:54:13 +00:00
parent e48e968fb8
commit b0c3675f36

14
.github/workflows/build_migrator.yaml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Build and Push Migrator Service
on:
push:
paths:
- 'src/migrator/**'
jobs:
process:
uses: ./.github/workflows/base_image_workflow.yaml
secrets: inherit
with:
CONTEXT: ./src/migrator/
IMAGE_NAME: knightcrawler-migrator