mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
Compare commits
2 commits
4ab11e74ee
...
26832d1cd7
Author | SHA1 | Date | |
---|---|---|---|
|
26832d1cd7 | ||
9b53839192 |
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