ci(github): trigger Docker image workflow on version tags matching v*

This commit is contained in:
Luis Pater
2026-02-12 15:09:16 +08:00
parent 99266be998
commit c727e4251f

View File

@@ -3,6 +3,8 @@ name: docker-image
on:
workflow_dispatch:
push:
tags:
- v*
env:
APP_NAME: CLIProxyAPI