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