mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
479fd558e1
commit
be5faaf19b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user