Selaa lähdekoodia

add on publish trigger

may solve #461
sstidl 2 vuotta sitten
vanhempi
sitoutus
ea30ad4d40
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .github/workflows/docker-publish.yml

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

@@ -14,6 +14,8 @@ on:
     tags: ["v*.*.*"]
     tags: ["v*.*.*"]
   pull_request:
   pull_request:
     branches: ["{{is_default_branch}}"]
     branches: ["{{is_default_branch}}"]
+  release:
+    types: [published]
 
 
 env:
 env:
   # Use docker.io for Docker Hub if empty
   # Use docker.io for Docker Hub if empty