Skip to content

Commit

Permalink
missed a comma for build-args in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 25, 2024
1 parent 02d63c5 commit 71fa19d
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.JAR_FILE }}
build-args: DB2REST_VERSION=${{ github.event.release.tag_name }}, JAR_FILE=${{ steps.unzip.outputs.JAR_FILE }}

0 comments on commit 71fa19d

Please sign in to comment.