[U] Automatic deploy docker every week

pull/124/head
Azalea 2025-03-11 01:51:22 -04:00 committed by GitHub
parent 9d8a3c5132
commit c2cd281efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Runs at midnight UTC every Sunday
jobs:
build-and-push: