Update docker-image.yml

This commit is contained in:
wwaaafa
2025-03-01 09:29:15 +08:00
committed by GitHub
parent b953a1f4d6
commit fc917022bd

View File

@@ -6,6 +6,7 @@ on:
- main # 推送到main分支时触发
tags:
- 'v*' # 推送v开头的tag时触发例如v1.0.0
workflow_dispatch: # 允许手动触发
jobs:
build-and-push: