dont use cache

This commit is contained in:
seanauff 2020-07-08 09:37:18 -04:00 committed by GitHub
parent eebce2fd43
commit 44bbd2acc0
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=amd64 TAG=amd64
# Build & push latest # Build & push latest
docker build -t ${REPO}/${IMAGE}:${TAG} --compress ../ docker build -t ${REPO}/${IMAGE}:${TAG} --pull --no-cache --compress ../