Skip to content

Commit

Permalink
modify : CD.yaml에서 working-directory 일부 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan20535 committed Jun 25, 2024
1 parent 67e0d7a commit 6b5dff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
docker build --platform linux/amd64 -t offroadserver/offroad .
docker push offroadserver/offroad
working-directory: ${{ env.working-directory }}

cd:
needs: ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
docker build --platform linux/amd64 -t offroadserver/offroad .
docker push offroadserver/offroad
working-directory: ${{ env.working-directory }}

cd:
needs: ci
Expand Down

0 comments on commit 6b5dff2

Please sign in to comment.