Closed
Description
I would seem that, as of the latest version, this action doesn't support anchors and aliases. For example if, in my docker-compose.yml
file, I define a service as:
service1: &service1-config
service2:
<<: *service1-config
the action will throw on the alias (<<
). Is there any plan to support this syntactical feature in an upcoming release?
Metadata
Assignees
Labels
No labels
Activity