mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
No caching
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user