Browse Source

:bookmark: v2.0.14

Liang Ding 3 years ago
parent
commit
80db5a736d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dockerimage.yml

+ 1 - 1
.github/workflows/dockerimage.yml

@@ -1,7 +1,7 @@
 name: Release Docker Image
 on:
   release:
-    types: [published]
+    types: [published, edited]
 jobs:
   build:
     runs-on: ubuntu-latest