From 34c85ad5b2e97e71fcbf7b0b2020962ea694953b Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Thu, 26 Mar 2026 18:33:16 +0800 Subject: [PATCH] fix: action (#6659) --- .github/workflows/build-agent-sandbox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-agent-sandbox.yml b/.github/workflows/build-agent-sandbox.yml index e9c774d43f..f93e298a43 100644 --- a/.github/workflows/build-agent-sandbox.yml +++ b/.github/workflows/build-agent-sandbox.yml @@ -50,7 +50,7 @@ jobs: id: build uses: docker/build-push-action@v6 with: - context: . + context: projects/agent-sandbox file: projects/agent-sandbox/Dockerfile platforms: linux/${{ matrix.arch }} labels: | @@ -173,7 +173,7 @@ jobs: id: build uses: docker/build-push-action@v6 with: - context: . + context: projects/volume-manager file: projects/volume-manager/Dockerfile platforms: linux/${{ matrix.arch }} labels: |