Files
torrentio/.github/workflows/build_jackett-addon.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
342 B
YAML

name: Build and Push Jackett Addon Service
on:
push:
paths:
- 'src/node/addon-jackett/**'
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:
process:
uses: ./.github/workflows/base_image_workflow.yaml
secrets: inherit
with:
CONTEXT: ./src/node/addon-jackett/
IMAGE_NAME: knightcrawler-addon-jackett