Add transcoder's dockerfile

This commit is contained in:
Zoe Roux
2023-04-06 01:46:25 +09:00
parent bc6fdec360
commit d106988fd7
11 changed files with 81 additions and 4 deletions
+3
View File
@@ -24,6 +24,9 @@ jobs:
- context: ./scanner
label: scanner
image: zoriya/kyoo_scanner
- context: ./transcoder
label: transcoder
image: zoriya/kyoo_transcoder
name: Build ${{matrix.label}}
steps:
- uses: actions/checkout@v2