dont use cache
This commit is contained in:
parent
eebce2fd43
commit
44bbd2acc0
|
@ -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 ../
|
||||
|
|
Loading…
Reference in New Issue