Skip to content

Commit

Permalink
fix(CD): working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs authored Sep 12, 2024
1 parent 9f500c8 commit d963dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Publish Docker Image
run: ./backend/gradlew bootBuildImage
working-directory: backend
run: ./gradlew bootBuildImage
env:
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_ACTOR: ${{ github.actor }}
Expand Down

0 comments on commit d963dbd

Please sign in to comment.