~What approach would you recommend for this proble...
# general
s
~What approach would you recommend for this problem. I'm trying to prepare POC with pants, for our internal monorepo. Currently we produce multiple docker images in our CI, and all of them are tagged with current
commit-sha
I see that, in documentation I cannot pass
image_tag
for
docker_image(...)
as environment variable. Worst case is manual bash script, which iterates over all images and creates new tags for them. Is there a better solution with pants?~
c
By the strike-outs I guess you found a solution.. ? 😉
👍 1