Skip to content

Commit a75730f

Browse files
authored
Change CRON schedule to weekly
1 parent 7f4d87a commit a75730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker
77

88
on:
99
schedule:
10-
- cron: '18 17 * * *'
10+
- cron: '34 2 * * 5'
1111
push:
1212
branches: [ "main" ]
1313
# Publish semver tags as releases.

0 commit comments

Comments
 (0)