Commit 2b516e6c authored by ziy's avatar ziy

del image

parent f28417ad
......@@ -15,7 +15,6 @@ def registryAddress = project.getProperties().get('isProd') == "prod" ?'172.17.2
docker {
dependsOn build
name"${registryAddress}/${project.group}-${jar.baseName}"
image "${project.group}-${jar.baseName}"
files jar.archivePath
buildArgs(['JAR_FILE': "${jar.archiveName}"])
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment