diff options
Diffstat (limited to 'ms/py-executor/pom.xml')
-rw-r--r-- | ms/py-executor/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index 6efb57daf..a39767b35 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -26,7 +26,7 @@ <artifactId>py-executor</artifactId> - <name>MS Python Script Executor</name> + <name>MS Python Executor</name> <description>Micro-service providing python environment with gRPC binding for python script execution</description> <properties> @@ -117,6 +117,7 @@ <name>${image.name}</name> <build> <cleanup>try</cleanup> + <noCache>true</noCache> <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> <tags> <tag>${project.docker.latestminortag.version}</tag> |