Browse Source

:octocat: Update workflow for releasing Docker Image

Liang Ding 3 năm trước cách đây
mục cha
commit
7a94ff581b
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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