Skip to content

Commit 67727d5

Browse files
committed
feat(CI): rebuild image on schedule
1 parent b57656c commit 67727d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Publish Docker Image
33
on:
44
push:
55
branches:
6-
- main # Change this to the branch you want to trigger the action on
6+
- main
7+
schedule:
8+
- cron: 30 1 1,15 * *
79

810
jobs:
911
build-and-push:

0 commit comments

Comments
 (0)