Skip to content

Commit

Permalink
fix yaml list for build-args of Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 25, 2024
1 parent d00f499 commit 69dcfec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ jobs:
context: .
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=staging/io/9tiger/db2rest/${{ github.event.release.tag_name }}/db2rest-${{ github.event.release.tag_name }}.jar
build-args: |
DB2REST_VERSION=${{ github.event.release.tag_name }}
JAR_FILE=${{ env.JAR_FILE }}

0 comments on commit 69dcfec

Please sign in to comment.