Files
knightcrawler/.github/workflows/build_migrator.yaml
iPromKnight 0ddfac57f7 Build on Tag Pushes. (#162)
* enable tag and pr builds

* Build on Tag Pushes
2024-03-25 20:27:37 +00:00

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