mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
ci(build-base): add ability to manually dispatch builds
This commit is contained in:
parent
e0f4570bbd
commit
fad7dc039e
1 changed files with 8 additions and 7 deletions
3
.github/workflows/build-base.yaml
vendored
3
.github/workflows/build-base.yaml
vendored
|
@ -2,7 +2,8 @@ name: Build base images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: "0 0 * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_IMAGE_NAME: php
|
BASE_IMAGE_NAME: php
|
||||||
|
|
Loading…
Reference in a new issue