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

This commit is contained in:
Alexander Minkin 2024-11-02 12:43:11 +03:00 committed by veselcraft
parent e0f4570bbd
commit fad7dc039e
No known key found for this signature in database
GPG key ID: 9CF0B42766CCF7BA

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