devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
303 stars 46 forks source link

Using subFolder Has Merged Metadata #233

Open metaskills opened 1 year ago

metaskills commented 1 year ago

Been using the subfolder which is a nested .devcontainer/service/.devcontainer directory and finding that the devcontainer.metadata is a merge of the two directories. There may be other oddities. Expected? Should I move my folder outside a nested .devcontainer structure?

stuartleeks commented 1 year ago

@chrmarti - I suspect this falls into the CLI behaviour rather than anything action specific?

chrmarti commented 7 months ago

That seems unexpected. Could you share your config?