Skip to content

Commit 10b0735

Browse files
committed
[Github] autobuild every Sunday night
1 parent f7e2f9b commit 10b0735

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches: ['master']
1111
workflow_dispatch:
12+
schedule:
13+
# 5:06am Monday UTC; Sunday night local time
14+
- cron: "6 5 * * 1"
1215

1316
env:
1417
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)