Add auth dockerfile ci

This commit is contained in:
Zoe Roux 2024-10-19 19:24:18 +02:00
parent c3b4f64941
commit 1b5216072d
No known key found for this signature in database

View File

@ -48,6 +48,11 @@ jobs:
dockerfile: Dockerfile
label: transcoder
image: zoriya/kyoo_transcoder
- context: ./auth
dockerfile: Dockerfile
label: auth
image: zoriya/kyoo_auth
name: Build ${{matrix.label}}
steps:
- uses: actions/checkout@v4