gorgeous-winter-99296
11/10/2023, 2:05 PMoci_mirror_images(
...,
tags=["mirror"],
)
And then in pants.toml
we disable the tag by default:
tag = ['-mirror', ...]
My expectation was to be able to say pants --tag='+mirror' publish ...
, but that does not work. I can make it work with --tag='["mirror"]
, but that replaces all tags, instead of enabling the one I want.fast-nail-55400
11/10/2023, 2:34 PM--tag='+["mirror"]'
?gorgeous-winter-99296
11/10/2023, 2:35 PMgorgeous-winter-99296
11/10/2023, 7:15 PMfast-nail-55400
11/10/2023, 7:56 PM