Closed dayeol closed 2 weeks ago
Credit: thanks @rdzhou for bringing this up.
Maybe use multirun to create a "push_all" target instead of bazel query 'kind("oci_push", "//...")' | xargs -n1 bazel run, same for oci_load
bazel query 'kind("oci_push", "//...")' | xargs -n1 bazel run
I would create multirun rules push_all_images and load_all_images.
push_all_images
load_all_images
Credit: thanks @rdzhou for bringing this up.
I would create multirun rules
push_all_images
andload_all_images
.