Skip to content

Commit 7bbf3c7

Browse files
committed
更新cicd
1 parent 6274638 commit 7bbf3c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Docker Image CI
22

33
on:
4-
release:
5-
types:
6-
- published # 当发布新的 release 时触发
4+
# release:
5+
# types:
6+
# - published # 当发布新的 release 时触发
77
push:
88
branches:
99
- build_image # 在推送到 build_image 分支时触发构建

0 commit comments

Comments
 (0)