remove incompatible push flag
This commit is contained in:
parent
f24269c675
commit
193b0e0abc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue