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