diff --git a/.github/workflows/backend_publish.yml b/.github/workflows/backend_publish.yml index 291a63e..d2dd45c 100644 --- a/.github/workflows/backend_publish.yml +++ b/.github/workflows/backend_publish.yml @@ -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 }}