dont use cache when building

This commit is contained in:
seanauff 2020-07-08 09:35:30 -04:00 committed by GitHub
parent 9521b8f4ea
commit eebce2fd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ IMAGE=octoprint-klipper
TAG=arm TAG=arm
# Build & push latest # Build & push latest
docker build -t ${REPO}/${IMAGE}:${TAG} --compress ../ docker build -t ${REPO}/${IMAGE}:${TAG} --pull --no-cache --compress ../