Update docker-build.yml
This commit is contained in:
parent
b5c0042f6e
commit
6e6bd1d3b2
7
.github/workflows/docker-build.yml
vendored
7
.github/workflows/docker-build.yml
vendored
@ -9,13 +9,12 @@ on:
|
||||
required: true
|
||||
default: '1.0.5'
|
||||
|
||||
# 当创建tag时自动触发
|
||||
# 自动触发
|
||||
push:
|
||||
# 当创建tag时触发
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
# 当Dockerfile或相关文件被修改时触发(可选)
|
||||
push:
|
||||
# 当Dockerfile或相关文件被修改时触发(可选)
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
Loading…
Reference in New Issue
Block a user