Skip to content

Commit 748f49c

Browse files
authored
build docker images on schedule
to ensure docker image updates, we build the image once a week
1 parent 4640c64 commit 748f49c

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
@@ -6,8 +6,8 @@ name: Docker
66
# documentation.
77

88
on:
9-
# schedule:
10-
# - cron: '30 20 * * *'
9+
schedule:
10+
- cron: '30 20 * * Sun'
1111
push:
1212
branches: ["*"]
1313
# Publish semver tags as releases.

0 commit comments

Comments
 (0)