Browse Source

:octocat: Update workflow for releasing Docker Image

Liang Ding 3 năm trước cách đây
mục cha
commit
b8e60b728e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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, edited]
+    types: [ published, edited ]
 jobs:
   build:
     runs-on: ubuntu-latest