From c579093e045bae987bd5da89581f2531006f42dc Mon Sep 17 00:00:00 2001 From: pyshx Date: Tue, 25 Apr 2023 20:33:48 +0530 Subject: [PATCH] fix(ci): set deafault working directory in build-docker-image --- .github/workflows/ci_docker_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_docker_build.yml b/.github/workflows/ci_docker_build.yml index 58d1512e7..2b4dd6806 100644 --- a/.github/workflows/ci_docker_build.yml +++ b/.github/workflows/ci_docker_build.yml @@ -12,6 +12,9 @@ jobs: if: needs.info.outputs.name || needs.info.outputs.new_tag env: IMAGE_NAME: reearth/reearth + defaults: + run: + working-directory: server steps: - name: Checkout uses: actions/checkout@v2