remove incompatible push flag

This commit is contained in:
seanauff 2020-06-21 11:30:50 -04:00
parent f24269c675
commit 193b0e0abc
2 changed files with 2 additions and 2 deletions

View File

@ -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 ../

View File

@ -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 ../