We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dafe5 commit 47a401cCopy full SHA for 47a401c
build-docker.sh
@@ -8,4 +8,5 @@ npx runnable-jar-to-docker@latest \
8
--docker-password $dockerhub_token \
9
--maven-group $group \
10
--maven-artifact ${PWD##*/} \
11
- --maven-version $(npx git-changelog-command-line --print-highest-version)
+ --maven-version $(npx git-changelog-command-line@latest --print-highest-version) \
12
+ --repository-url "file://$HOME/.m2/repository"
0 commit comments