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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: