We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69849ad commit 20425cbCopy full SHA for 20425cb
1 file changed
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: Build and Push Docker Image to DockerHub Registry
2
3
on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
push:
7
branches:
8
- main
0 commit comments