Docker build (#113)

* update:配置docker自动编译

* update:修改docker编译参数

---------

Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
欣南科技
2025-02-22 20:50:01 +08:00
committed by GitHub
co-authored by hrz
parent 37ca63d3cb
commit bdcf5c5c01
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
- name: Log in to the GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.REGISTRY_URL }}
registry: ccr.ccs.tencentyun.com
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.TOKEN }}
@@ -38,5 +38,5 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.REGISTRY_URL }}/${{ secrets.REGISTRY_NAMESPACE }}/xiaozhi-esp32-server:latest
tags: ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
platforms: linux/amd64,linux/arm64