remove incompatible push flag
This commit is contained in:
parent
f24269c675
commit
193b0e0abc
|
@ -5,4 +5,4 @@ IMAGE=octoprint-klipper
|
|||
TAG=amd64
|
||||
|
||||
# Build & push latest
|
||||
docker build -t ${REPO}/${IMAGE}:${TAG} --compress --push ../
|
||||
docker build -t ${REPO}/${IMAGE}:${TAG} --compress ../
|
|
@ -5,4 +5,4 @@ IMAGE=octoprint-klipper
|
|||
TAG=arm
|
||||
|
||||
# Build & push latest
|
||||
docker build -t ${REPO}/${IMAGE}:${TAG} --compress --push ../
|
||||
docker build -t ${REPO}/${IMAGE}:${TAG} --compress ../
|
Loading…
Reference in New Issue