浏览代码

ci: add docker push in release ci

ehco1996 5 年之前
父节点
当前提交
046e018c80
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -3,6 +3,8 @@ name: CI
 on:
 on:
   push:
   push:
     branches: [ main ]
     branches: [ main ]
+    tags:
+      - "*"
   pull_request:
   pull_request:
     branches: [ main ]
     branches: [ main ]
   schedule:
   schedule: