触发 CI
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m31s

This commit is contained in:
cheney 2025-07-22 10:52:07 +08:00
parent e66596101a
commit fb6689555c

View File

@ -3,9 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- main # 只在 main 分支推送时触发
tags:
- dev-* # 推送 v* 标签时也触发(如 v1.0.0
- dev-*
jobs:
build-and-push: