We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac29621 commit ae10211Copy full SHA for ae10211
.github/workflows/main.yml
@@ -1,5 +1,8 @@
1
name: Build and publish docker image
2
-on: [push]
+on:
3
+ push:
4
+ schedule:
5
+ - cron: '0 12 * * *'
6
7
jobs:
8
main:
0 commit comments