ci(build-base): add ability to manually dispatch builds

This commit is contained in:
Alexander Minkin 2024-11-02 12:43:11 +03:00
parent fab39bd7fd
commit 9b53839192
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -2,7 +2,8 @@ name: Build base images
on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
workflow_dispatch:
env:
BASE_IMAGE_NAME: php