瀏覽代碼

: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
 name: Release Docker Image
 on:
 on:
   release:
   release:
-    types: [published, edited]
+    types: [ published, edited ]
 jobs:
 jobs:
   build:
   build:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest