You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@why-not-try-calmeryq version used by the action supports anchors and aliases. The problem was that I had to ignore services with no image to avoid errors like this one:
Error: cannot match with !!null, can only match strings. Hint: Most often you'll want to use '|=' over '=' for this operation
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:the action will throw on the alias (
<<
). Is there any plan to support this syntactical feature in an upcoming release?The text was updated successfully, but these errors were encountered: