Skip to content

Commit ae10211

Browse files
committed
Add a scheduled daily build
1 parent ac29621 commit ae10211

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and publish docker image
2-
on: [push]
2+
on:
3+
push:
4+
schedule:
5+
- cron: '0 12 * * *'
36

47
jobs:
58
main:

0 commit comments

Comments
 (0)