Change CRON to midnight

This commit is contained in:
Peter Lewis
2023-04-20 19:13:32 +01:00
committed by GitHub
parent dab4510a44
commit 316e1fd294

View File

@@ -3,7 +3,7 @@ name: Build & Publish Docker Image to Docker Hub
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * *"
- cron: "0 0 * * *"
jobs:
deploy: