Remove latest tag from Makefile

Remove the call to tag images with the "latest"
tag. This is unnecessary for CI builds and it is
currently breaking the release pipeline.

PiperOrigin-RevId: 471600547
This commit is contained in:
Zach Koopmans
2022-09-01 12:21:04 -07:00
committed by gVisor bot
parent 479fd558e1
commit be5faaf19b
-2
View File
@@ -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