diff --git a/.github/workflows/maven-central-publish.yml b/.github/workflows/maven-central-publish.yml index 9dda5c85..d2ebc2f5 100644 --- a/.github/workflows/maven-central-publish.yml +++ b/.github/workflows/maven-central-publish.yml @@ -81,6 +81,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v6 with: + context: "${{ github.workspace }}/${{ env.JAR_PATH }}" push: true tags: kdhrubo/db2rest:v${{ github.event.release.tag_name }}, kdhrubo/db2rest:latest build-args: |