Skip to content

Commit caaeb55

Browse files
Implemented nightly rebuild of Docker images
1 parent 53303f4 commit caaeb55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Push
22

33
on:
4+
schedule:
5+
- cron: '*/15 0 * * *'
46
push:
57
branches:
68
- master
7-
9+
810
jobs:
911
build:
1012
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)