mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
images: build an image before pushing it to the remote repo
PiperOrigin-RevId: 613704858
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ load-%: register-cross ## Pull or build an image locally.
|
||||
# tag.
|
||||
push-%:
|
||||
gcloud artifacts docker images describe $(call remote_image,$*):$(call tag,$*) >&2 || \
|
||||
docker image push $(call remote_image,$*):$(call tag,$*) >&2
|
||||
( $(call rebuild,$*) && docker image push $(call remote_image,$*):$(call tag,$*) >&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