From be5faaf19ba692569256ba9d906edada3377480a Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Thu, 1 Sep 2022 12:18:26 -0700 Subject: [PATCH] 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 --- tools/images.mk | 2 -- 1 file changed, 2 deletions(-) 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