Skip to content

Commit 58cbee7

Browse files
committed
Schedule weekly build
1 parent 4ce324d commit 58cbee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Docker Publish
22
on:
33
push:
4-
branches:
5-
- main
4+
schedule:
5+
- cron: '0 4 1 * *'
66
jobs:
77
build-and-push:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)