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