Selaa lähdekoodia

build docker images on schedule

to ensure docker image updates, we build the image once a week
sstidl 1 vuosi sitten
vanhempi
sitoutus
748f49c3b6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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.