Skip to content

Commit 1767140

Browse files
authored
Update docker-publish.yml
Make the Docker Publish GitHub action run once a week.
1 parent b0d4f10 commit 1767140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker
77

88
on:
99
schedule:
10-
- cron: "25 1 * * *"
10+
- cron: "25 1 * * 0"
1111
push:
1212
branches: ["master"]
1313
# Publish semver tags as releases.

0 commit comments

Comments
 (0)