Fix make-push% rule for presubmit images.

PiperOrigin-RevId: 471296093
This commit is contained in:
Zach Koopmans
2022-08-31 10:56:39 -07:00
committed by gVisor bot
parent 3404bfa49a
commit 7c6d90e28f
+1
View File
@@ -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.