diff --git a/tools/images.mk b/tools/images.mk index 1bdb171ef..9cbea47a7 100644 --- a/tools/images.mk +++ b/tools/images.mk @@ -154,8 +154,6 @@ load-%: register-cross ## Pull or build an image locally. # the fully-expanded remote image tag. push-%: load-% ## Push a given image. @docker image push $(call remote_image,$*):$(call tag,$*) >&2 - @docker image tag $(call remote_image,$*) $(call remote_image,$*):latest >&2 - @docker image push $(call remote_image,$*):latest >&2 # register-cross registers the necessary qemu binaries for cross-compilation. # This may be used by any target that may execute containers that are not the