No cache for Docker

This commit is contained in:
Marcin Grzejszczak
2018-11-15 12:22:07 +01:00
parent f0c7d26e8b
commit 103fa81e06

View File

@@ -114,6 +114,9 @@
<tag>${project.version}</tag>
<username>${env.DOCKER_HUB_USERNAME}</username>
<password>${env.DOCKER_HUB_PASSWORD}</password>
<build>
<noCache>true</noCache>
</build>
</configuration>
</plugin>
</plugins>