worried-painter-31382
08/05/2022, 9:24 AMregistries = """{
'platform': {
'address': "%(env.REGISTRY)s",
'extra_image_tags': ["%(env.RESOLVED_PLATFORM_VERSION)s", "%(env.COMMIT)s"],
'default': 'true',
},
}"""
happy-kitchen-89482
08/05/2022, 12:48 PMworried-painter-31382
08/05/2022, 12:49 PM[docker.registries.local]
address = "<http://amramedical.com|amramedical.com>"
default = true
skip_push = true
extra_image_tags = ["%(env.RESOLVED_PLATFORM_VERSION)s"]
Will give the literal value %(env.RESOLVED_PLATFORM_VERSION)s
as a tagaddress
btw, so hence why I guessed the problem is the nesting of toml tables{ address = "%(env.BLARB)s" }
)happy-kitchen-89482
08/05/2022, 2:25 PMworried-painter-31382
08/11/2022, 4:33 PM