mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix make-push% rule for presubmit images.
PiperOrigin-RevId: 471296093
This commit is contained in:
committed by
gVisor bot
parent
3404bfa49a
commit
7c6d90e28f
@@ -154,6 +154,7 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user