No caching

This commit is contained in:
Vincent Fiduccia
2018-07-03 12:41:12 -07:00
parent d14329f0ee
commit e269cc9226
+1 -1
View File
@@ -87,7 +87,7 @@ if [ -z "$BUILD_BUILD" ]; then
docker pull ${IMAGE}:build
else
echo "Building ${IMAGE}:build"
docker build -f Dockerfile.build -t ${IMAGE}:build .
docker build --no-cache -f Dockerfile.build -t ${IMAGE}:build .
if [[ "$UPLOAD" ]]; then
docker push ${IMAGE}:build
fi