dont use cache when building
This commit is contained in:
parent
9521b8f4ea
commit
eebce2fd43
|
@ -5,4 +5,4 @@ IMAGE=octoprint-klipper
|
|||
TAG=arm
|
||||
|
||||
# Build & push latest
|
||||
docker build -t ${REPO}/${IMAGE}:${TAG} --compress ../
|
||||
docker build -t ${REPO}/${IMAGE}:${TAG} --pull --no-cache --compress ../
|
||||
|
|
Loading…
Reference in New Issue