mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
18 lines
312 B
YAML
18 lines
312 B
YAML
name: Build and Push Migrator Service
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- 'src/migrator/**'
|
|
tags:
|
|
- 'v*.*.*'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
process:
|
|
uses: ./.github/workflows/base_image_workflow.yaml
|
|
secrets: inherit
|
|
with:
|
|
CONTEXT: ./src/migrator/
|
|
IMAGE_NAME: knightcrawler-migrator
|