Closed alekssaul closed 5 years ago
According to https://concourse-ci.org/resource-types.html tags is a type [string] .
https://concourse-ci.org/resource-types.html
tags
This also generates error in VS Code Concourse plugin linter with; "Unknown property 'tags' for type 'DockerImageSource'"
I believe tags should be replaced with tag.
tag
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
According to
https://concourse-ci.org/resource-types.html
tags
is a type [string] .This also generates error in VS Code Concourse plugin linter with; "Unknown property 'tags' for type 'DockerImageSource'"
I believe
tags
should be replaced withtag
.