mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add workflow dispatch for docker builds
This commit is contained in:
parent
71f56699c8
commit
b44bdb8a75
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -73,7 +74,7 @@ jobs:
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v5
|
||||
if: steps.filter.outputs.should_run == 'true'
|
||||
if: steps.filter.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch'
|
||||
with:
|
||||
context: ${{matrix.context}}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user