Skip to content

Commit cc8477d

Browse files
committed
chore: building docker from local jars
1 parent c6f06ed commit cc8477d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ npx runnable-jar-to-docker@latest \
88
--docker-password $dockerhub_token \
99
--maven-group $group \
1010
--maven-artifact ${PWD##*/} \
11-
--maven-version $(npx git-changelog-command-line --print-highest-version) \
11+
--maven-version $(npx git-changelog-command-line@latest --print-highest-version) \
1212
--repository-url "file://$HOME/.m2/repository"

0 commit comments

Comments
 (0)