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

View file

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