Docker build (#114)

* update:配置docker自动编译

* update:修改docker编译参数

* update:测试docker编译

---------

Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
欣南科技
2025-02-22 21:00:59 +08:00
committed by GitHub
co-authored by hrz
parent bdcf5c5c01
commit cba6ec4ce3
+2 -1
View File
@@ -3,6 +3,7 @@ name: Docker Image CI
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
release:
name: Release Docker image
@@ -25,7 +26,7 @@ jobs:
with:
registry: ccr.ccs.tencentyun.com
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.TOKEN }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract version from tag
id: get_version