ソースを参照

:octocat: Update workflow for releasing Docker Image

Liang Ding 3 年 前
コミット
b8e60b728e
1 ファイル変更1 行追加1 行削除
  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