Skip to content

Commit

Permalink
try a PATH for Docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 25, 2024
1 parent b22deb4 commit 54d76ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 54d76ef

Please sign in to comment.