15 lines
264 B
YAML
15 lines
264 B
YAML
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
|