diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 79c0f804c..f533f765d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -41,6 +41,7 @@ jobs: env: DOCKER_REPO_TAGGED: ${{ env.DOCKER_REPO_TAGGED }} run: | + cd client && \ docker buildx build \ --platform linux/amd64,linux/arm64 \ --label "org.opencontainers.image.source= https://github.com/ ${{ github.repository_owner }}/FastGPT" \