Skip to content

Commit

Permalink
fix(ci): set deafault working directory in build-docker-image
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Apr 25, 2023
1 parent 7c72ea3 commit c579093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_docker_build.yml
Expand Up @@ -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
Expand Down

0 comments on commit c579093

Please sign in to comment.