<#20797 Provide a docker registry address via envi...
# github-notifications
c
#20797 Provide a docker registry address via environment variable Issue created by jake-normal It would be nice to be able to provide a docker registry address via environment variable. I tried:
Copy code
[docker.registries.registry-name]
address = "{build_args.CONTAINER_REGISTRY}"
but it looks like address string doesn't perform variable interpolation. This is in contrast to e.g.
repository
, which allows you to interpolate e.g.
repository = "{name}"
. pantsbuild/pants