Update docker-image.yml

This commit is contained in:
17_bzhzq 2022-08-23 15:22:40 +08:00 committed by GitHub
parent 32b3e75fcc
commit 60e073ebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ name: Publish Docker image # workflow名称可以在Github项目主页的
on: # 配置触发workflow的事件
push:
branches: # master分支有push时触发此workflow
- 'master'
branches: # main分支有push时触发此workflow
- 'main'
tags: # tag更新时触发此workflow
- '*'
workflow_dispatch: