From d36b7b920f5118b100e6573a7a44b95638fb8b05 Mon Sep 17 00:00:00 2001 From: Zhengchen Tao Date: Tue, 5 May 2026 18:20:30 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E9=95=9C=E5=83=8F=E8=B7=AF=E5=BE=84=20de?= =?UTF-8?q?v/ezbookkeeping=20=E2=86=92=20zhengchen.tao/ezbookkeeping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仓库已转移到 zhengchen.tao 命名空间,build-image.yml 里的 OCI source label / image tags / build summary 三处硬编码路径同步更新,否则 push 会推到不存在的 dev 命名空间。 NAS 上 nas-infra/ezbookkeeping/docker-compose.yml 的 image 路径仍需手动更新。 --- .gitea/workflows/build-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index b1fdb071..b99de6af 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -95,11 +95,11 @@ jobs: # - revision 把构建时的 commit full SHA 烙进镜像 manifest, # docker inspect 能反推回源码版本 labels: | - org.opencontainers.image.source=https://git.zhengchentao.win/dev/ezbookkeeping + org.opencontainers.image.source=https://git.zhengchentao.win/zhengchen.tao/ezbookkeeping org.opencontainers.image.revision=${{ steps.meta.outputs.full_sha }} tags: | - git.zhengchentao.win/dev/ezbookkeeping:${{ steps.meta.outputs.image_tag }} - git.zhengchentao.win/dev/ezbookkeeping:latest + git.zhengchentao.win/zhengchen.tao/ezbookkeeping:${{ steps.meta.outputs.image_tag }} + git.zhengchentao.win/zhengchen.tao/ezbookkeeping:latest - name: Build summary # 把构建出的镜像 tag 与源 commit 显式列在 Action run summary 区, @@ -115,7 +115,7 @@ jobs: echo "| 源分支 | \`${{ inputs.branch || github.ref_name }}\` |" echo "| 源 commit (full) | \`${{ steps.meta.outputs.full_sha }}\` |" echo "| 源 commit (short) | \`${{ steps.meta.outputs.image_tag }}\` |" - echo "| 镜像 tag | \`git.zhengchentao.win/dev/ezbookkeeping:${{ steps.meta.outputs.image_tag }}\` + \`:latest\` |" + echo "| 镜像 tag | \`git.zhengchentao.win/zhengchen.tao/ezbookkeeping:${{ steps.meta.outputs.image_tag }}\` + \`:latest\` |" } >> "$GITHUB_STEP_SUMMARY" deploy: