Skip to content

Support for YAML anchors and aliases? #128

Closed
@why-not-try-calmer

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions