From e15f3dd8875c0246f28e5ce097d9f72138892adf Mon Sep 17 00:00:00 2001 From: Cheng Zhou Date: Mon, 30 Mar 2026 22:17:39 +0800 Subject: [PATCH] fix: use writable remote build path --- .github/workflows/publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 1eb3186e..e157dd73 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -19,7 +19,7 @@ jobs: publish: runs-on: ubuntu-latest env: - REMOTE_BASE_DIR: /opt/ctms-build + REMOTE_BASE_DIR: /home/zcc/registry/build/ctms-build SSH_KEY_PATH: /tmp/tcloud_ci_key steps: - name: Checkout