For the publish for a docker image, is there a way...
# general
b
For the publish for a docker image, is there a way to only push a subset of tags rather than the full set?
c
Do you have additional tags for local purposes, maybe something like @bitter-ability-32190 describes in this issue: https://github.com/pantsbuild/pants/issues/16354 ?
which was implemented by https://github.com/pantsbuild/pants/pull/17265 So you can refer to the image with a nicer image name locally, but that is not pushed to the registry.