Skip to content

Commit

Permalink
Merge pull request #146 from Alonza0314/feat/add-daily-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 authored Dec 27, 2024
2 parents 0ae63bb + 637615e commit c2ac4bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release Docker images

on:
schedule:
- cron: '14 18 * * *' # UTC 18:14 (Local 02:14)
push:
tags: [ 'v*.*.*' ]
branches:
Expand Down

0 comments on commit c2ac4bc

Please sign in to comment.