Skip to content

Commit c6712b7

Browse files
committed
Add schedule to build docker images
1 parent 410f901 commit c6712b7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release-nu-alpine.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
paths:
88
- docker/Dockerfile
9+
schedule:
10+
- cron: '0 2 * * *' # run at 02:00 AM UTC
911
workflow_dispatch:
1012

1113
jobs:

.github/workflows/release-nu-debian.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
paths:
88
- docker/debian.Dockerfile
9+
schedule:
10+
- cron: '15 2 * * *' # run at 02:15 AM UTC
911
workflow_dispatch:
1012

1113
jobs:

0 commit comments

Comments
 (0)