feat(calculate-version): 改為計算版本 Docker Action

This commit is contained in:
2026-06-25 10:52:39 +00:00
parent 3cf52a2302
commit e8fa3ab67e
39 changed files with 282 additions and 6414 deletions
+12
View File
@@ -0,0 +1,12 @@
name: CD
on:
push:
branches:
- master
jobs:
release-tag:
name: Release Tag
runs-on: ubuntu
steps:
- name: Release Tag
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag@${{ vars.ACTION_RELEASE_TAG_VERSION }}