Skip to content

Commit

Permalink
fix: use docker url
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Dec 18, 2024
1 parent b37a931 commit 0bdbcbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DockerRuntimeUtil {
val dockerConfig = dockerConfigOptional.get()
UriComponentsBuilder.newInstance()
.scheme(dockerUrlBase.scheme)
.host("${dockerConfig.appName}.dockerUrlBase.host")
.host("${dockerConfig.appName}.${dockerUrlBase.host}")
.build()
.toString()
} else {
Expand Down

0 comments on commit 0bdbcbc

Please sign in to comment.