dont use cache
This commit is contained in:
parent
eebce2fd43
commit
44bbd2acc0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue