From ab45022ba2dedd410ba1c16a51eeec3a05de69c3 Mon Sep 17 00:00:00 2001 From: youys <1272586223@qq.com> Date: Thu, 31 Jul 2025 18:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ci.yaml&dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- server/Dockerfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbfdcbc..da13833 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,4 +70,4 @@ jobs: context: ./server platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: projecthami/hami-webui-be-oss:${{ steps.branch-names.outputs.tag || steps.branch-names.outputs.current_branch == 'main' && 'main' || format('pr-{0}', github.run_number) }} + tags: youys/hami-webui-be-oss:${{ steps.branch-names.outputs.tag || steps.branch-names.outputs.current_branch == 'main' && 'main' || format('pr-{0}', github.run_number) }} diff --git a/server/Dockerfile b/server/Dockerfile index fefbacd..adeb8db 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -13,3 +13,5 @@ RUN make build TARGET_ARCH=${TARGETARCH} FROM --platform=$TARGETPLATFORM debian:stable-slim COPY --from=builder /src/build/ /apps/ + +COPY --from=builder /src /src