mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Add migrations on the docker build ci
This commit is contained in:
parent
f6bb77a6a5
commit
da594d6df1
15
.github/workflows/docker.yml
vendored
15
.github/workflows/docker.yml
vendored
@ -17,18 +17,32 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- context: ./back
|
- context: ./back
|
||||||
|
dockerfile: Dockerfile
|
||||||
label: back
|
label: back
|
||||||
image: zoriya/kyoo_back
|
image: zoriya/kyoo_back
|
||||||
|
|
||||||
|
- context: ./back
|
||||||
|
dockerfile: Dockerfile.migrations
|
||||||
|
label: migrations
|
||||||
|
image: zoriya/kyoo_migrations
|
||||||
|
|
||||||
- context: ./front
|
- context: ./front
|
||||||
|
dockerfile: Dockerfile
|
||||||
label: front
|
label: front
|
||||||
image: zoriya/kyoo_front
|
image: zoriya/kyoo_front
|
||||||
|
|
||||||
- context: ./scanner
|
- context: ./scanner
|
||||||
|
dockerfile: Dockerfile
|
||||||
label: scanner
|
label: scanner
|
||||||
image: zoriya/kyoo_scanner
|
image: zoriya/kyoo_scanner
|
||||||
|
|
||||||
- context: ./autosync
|
- context: ./autosync
|
||||||
|
dockerfile: Dockerfile
|
||||||
label: autosync
|
label: autosync
|
||||||
image: zoriya/kyoo_autosync
|
image: zoriya/kyoo_autosync
|
||||||
|
|
||||||
- context: ./transcoder
|
- context: ./transcoder
|
||||||
|
dockerfile: Dockerfile
|
||||||
label: transcoder
|
label: transcoder
|
||||||
image: zoriya/kyoo_transcoder
|
image: zoriya/kyoo_transcoder
|
||||||
name: Build ${{matrix.label}}
|
name: Build ${{matrix.label}}
|
||||||
@ -77,6 +91,7 @@ jobs:
|
|||||||
if: steps.filter.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch'
|
if: steps.filter.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch'
|
||||||
with:
|
with:
|
||||||
context: ${{matrix.context}}
|
context: ${{matrix.context}}
|
||||||
|
file: ${{matrix.context}}/${{matrix.dockerfile}}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=0.0.0
|
VERSION=0.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user