My yaml files contain environment variables in the form of annotations and tags something like this:
@build@
{{DOCKER_REGISTRY}}
The yaml validator is failing the build because of this. Any way I can bypass this issue. Even treating them as string is also not helping.
Thanks!