mirror of https://github.com/hykilpikonna/AquaDX
[U] Automatic deploy docker every week
parent
9d8a3c5132
commit
c2cd281efe
|
@ -6,6 +6,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0' # Runs at midnight UTC every Sunday
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
Loading…
Reference in New Issue