1 Commits

Author SHA1 Message Date
Shaun Setlock
270f864dc4 Updated cron trigger to hourly.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m52s
2025-05-06 21:10:38 -04:00

View File

@@ -3,7 +3,7 @@ name: Build and Push Docker Image
on: on:
schedule: schedule:
- cron: "0 1 * * *" - cron: "30 * * * *"
workflow_dispatch: workflow_dispatch: