Hey! Is there a way to specify docker registry thr...
# general
w
Hey! Is there a way to specify docker registry through the command like
pants package --registry=***
? I need dynamically push to different registries...
p
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
❤️ 1