diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fecab6d..2568a0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,8 @@ name: Release Docker images on: + schedule: + - cron: '14 18 * * *' # UTC 18:14 (Local 02:14) push: tags: [ 'v*.*.*' ] branches: