generated from oci/template
build daily
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s
All checks were successful
Build Docker Image on Commit and Schedule / build-and-publish (push) Successful in 2m38s
This commit is contained in:
parent
c2281e28e4
commit
53e074c7cf
5 changed files with 260 additions and 42 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue