4 Commits

Author SHA1 Message Date
Shaun Setlock
81ebb825b0 Single nightly build.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m52s
2025-05-06 21:41:50 -04:00
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
Shaun Setlock
b04bc45875 Updated cron time.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m1s
2025-05-06 20:54:17 -04:00
Shaun Setlock
62cd4c7e0f Updated cron time.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m48s
2025-05-06 20:45:21 -04:00

View File

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