Skip to content

Commit c6f06ed

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build-docker.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
source ~/.bashrc
24
source gradle.properties
35

@@ -6,4 +8,5 @@ npx runnable-jar-to-docker@latest \
68
--docker-password $dockerhub_token \
79
--maven-group $group \
810
--maven-artifact ${PWD##*/} \
9-
--maven-version $(npx git-changelog-command-line@latest --print-highest-version)
11+
--maven-version $(npx git-changelog-command-line --print-highest-version) \
12+
--repository-url "file://$HOME/.m2/repository"

0 commit comments

Comments
 (0)