ci: add manual and scheduled image rebuilds
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m7s

This commit is contained in:
2026-05-20 13:36:43 -05:00
parent cc1226defe
commit 7550e39add

View File

@@ -5,6 +5,9 @@ on:
branches:
- main
- master
workflow_dispatch:
schedule:
- cron: '17 */6 * * *'
jobs:
build: