Skip to content

Commit

Permalink
[build] : 상대 경로 depth변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Aug 27, 2023
1 parent 0ba013c commit ae74005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew :Recruit-Api:build --no-daemon
run: ./server/gradlew :Recruit-Api:build --no-daemon

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: ./Recruit-Api
context: ./server/Recruit-Api
# image push 최적화
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/econo-recruit:${{ steps.get_version.outputs.VERSION }}

0 comments on commit ae74005

Please sign in to comment.