Skip to content

Commit

Permalink
chore: building docker from local jars
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 3, 2024
1 parent c6f06ed commit cc8477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ npx runnable-jar-to-docker@latest \
--docker-password $dockerhub_token \
--maven-group $group \
--maven-artifact ${PWD##*/} \
--maven-version $(npx git-changelog-command-line --print-highest-version) \
--maven-version $(npx git-changelog-command-line@latest --print-highest-version) \
--repository-url "file://$HOME/.m2/repository"

0 comments on commit cc8477d

Please sign in to comment.