mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix should build in ci
This commit is contained in:
parent
cdccc9bc8b
commit
7de920154c
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
if: steps.filter.outputs.should_build
|
||||
if: steps.filter.outputs.should_run == 'true'
|
||||
with:
|
||||
context: ${{matrix.context}}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user