ソースを参照

:octocat: Update workflow for releasing Docker Image

Liang Ding 3 年 前
コミット
7a94ff581b
1 ファイル変更3 行追加2 行削除
  1. 3 2
      .github/workflows/dockerimage.yml

+ 3 - 2
.github/workflows/dockerimage.yml

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