Browse Source

add on publish trigger

may solve #461
sstidl 1 year ago
parent
commit
ea30ad4d40
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/docker-publish.yml

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

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