Skip to content

Commit d56d1aa

Browse files
authored
ci: rebuild and push the latest image on schedule
Rebuild and push the last commit of the default branch every monday at 00:00 UTC
1 parent ddb6ebd commit d56d1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: DockerHub
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 1'
57
push:
68
branches:
79
- main

0 commit comments

Comments
 (0)