build daily
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s

This commit is contained in:
Merith 2025-07-27 08:58:10 -07:00
parent c2281e28e4
commit 53e074c7cf
5 changed files with 260 additions and 42 deletions

View file

@ -1,4 +1,4 @@
name: Build Docker Image on Commit
name: Build Docker Image on Commit and Schedule
on:
push:
@ -6,6 +6,9 @@ on:
- main
tags:
- '!' # Exclude tags
schedule:
# Run daily at 2:00 AM UTC to pick up base image updates
- cron: '0 2 * * *'
jobs:
build-and-publish: