Hey! Is there a way to specify docker registry through the command like
pants package --registry=***
? I need dynamically push to different registries...
p
powerful-scooter-95162
07/01/2024, 5:51 PM
I don't know anything for a truly dynamic registry, but for a finite set, I ended up making a macro that produces multiple targets, e.g. image_local, image_gcp, image_aws and then selecting the target I want