Updated cron trigger to hourly.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m52s

This commit is contained in:
Shaun Setlock
2025-05-06 21:10:38 -04:00
parent b04bc45875
commit 270f864dc4

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: