Skip to content

Commit

Permalink
debug Docker jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 25, 2024
1 parent 103a9de commit 02d63c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
with:
push: true
tags: kdhrubo/db2rest:v${{ github.event.release.tag_name }}, kdhrubo/db2rest:latest
build-args: DB2REST_VERSION=${{ github.event.release.tag_name }} JAR_FILE=${{ steps.unzip.outputs }}
build-args: DB2REST_VERSION=${{ github.event.release.tag_name }} JAR_FILE=${{ steps.unzip.outputs.JAR_FILE }}

0 comments on commit 02d63c5

Please sign in to comment.