mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +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:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
BASE_IMAGE_NAME: php
|
||||
|
|
Loading…
Reference in a new issue