forked from mirrors/amnezia-wg-easy
Change CRON to midnight
This commit is contained in:
parent
dab4510a44
commit
316e1fd294
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-nightly.yml
vendored
2
.github/workflows/deploy-nightly.yml
vendored
|
@ -3,7 +3,7 @@ name: Build & Publish Docker Image to Docker Hub
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 12 * * *"
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue