Переглянути джерело

build docker images on schedule

to ensure docker image updates, we build the image once a week
sstidl 1 рік тому
батько
коміт
748f49c3b6
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      .github/workflows/docker-publish.yml

+ 2 - 2
.github/workflows/docker-publish.yml

@@ -6,8 +6,8 @@ name: Docker
 # documentation.
 
 on:
-  #  schedule:
-  #    - cron: '30 20 * * *'
+  schedule:
+    - cron: '30 20 * * Sun'
   push:
     branches: ["*"]
     # Publish semver tags as releases.