after docker release to trigger on tags

This commit is contained in:
William Cheng 2025-08-22 18:17:17 +08:00
parent 2c816f89cb
commit cc3d6968fa

View File

@ -2,6 +2,8 @@ name: Release to DockerHub (snapshot, stable)
on: on:
push: push:
tags:
- 'v*' # Triggers on any tag starting with 'v' (e.g., v1.0, v2.1.3)
branches: branches:
- master - master
jobs: jobs: